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

Barry Warsaw barry at moszumanska.debian.org
Wed Oct 1 21:45:14 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 1553436e5c9da078bae3c1756fc7be13c6f3fd37
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Jan 4 18:25:52 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 f770b30..b6dc93f 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 = []

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