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

Barry Warsaw barry at moszumanska.debian.org
Wed Oct 1 21:45:16 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 febb79269804ca2a331ee3a5a95d134a72891a56
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Feb 16 16:57:18 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 d35f151..127b1b3 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ def scan_argv(s, default=None):
 class ExtensionConfiguration(object):
     def __init__(self):
         self.include_dirs = []
-        self.define_macros = [("PYCURL_VERSION", '"%s"' % VERSION)]
+        self.define_macros = [("PYCURL_VERSION", '"%s"' % VERSION), ('HAVE_CURL_GNUTLS', 1) ]
         self.library_dirs = []
         self.libraries = []
         self.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