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

Barry Warsaw barry at moszumanska.debian.org
Wed Nov 18 18:28:53 UTC 2015


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

barry pushed a commit to branch master
in repository pycurl.

commit dcaaf657bc3f86c181948fba7260f2bf7183b23f
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Sep 30 17:38:05 2014 -0400

    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 e16e6d6..dfd123f 100644
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ class ExtensionConfiguration(object):
         self.argv = argv
         self.original_argv = argv[:]
         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