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

Barry Warsaw barry at moszumanska.debian.org
Wed Oct 1 21:45:15 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 bacd2e880a3d67a26323d0e9addba06dbd58e739
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Jan 18 22:06:19 2014 +0100

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

diff --git a/setup.py b/setup.py
index 40603ff..36bfe0d 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ class ConfigurationError(exception_base):
     pass
 
 include_dirs = []
-define_macros = [("PYCURL_VERSION", '"%s"' % VERSION)]
+define_macros = [("PYCURL_VERSION", '"%s"' % VERSION), ('HAVE_CURL_GNUTLS', 1) ]
 library_dirs = []
 libraries = []
 runtime_library_dirs = []

-- 
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