[Python-modules-commits] [pycurl] 101/140: Adjust setup.py file for Debian architecture

Barry Warsaw barry at moszumanska.debian.org
Wed Oct 1 21:45:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository pycurl.

commit 47020466ae1cf27acb508b8a92571470f7e15902
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Feb 11 17:22:11 2012 +0100

    Adjust setup.py file for Debian architecture
    
    Patch-Name: 10_setup.py.patch
---
 setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 0ffd9d2..d2e5f8e 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ from distutils.util import split_quoted
 from distutils.version import LooseVersion
 
 include_dirs = []
-define_macros = []
+define_macros = [ ('HAVE_CURL_GNUTLS', 1) ]
 library_dirs = []
 libraries = []
 runtime_library_dirs = []
@@ -188,7 +188,6 @@ setup_args = get_kw(
     maintainer_email="kjetilja at gmail.com, markus at oberhumer.com",
     url="http://pycurl.sourceforge.net/",
     license="LGPL/MIT",
-    data_files=get_data_files(),
     ext_modules=[ext],
     long_description="""
 This module provides Python bindings for the cURL library.""",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycurl.git



More information about the Python-modules-commits mailing list