[Python-modules-commits] [pycurl] 77/140: setup.py Patch-Name: 10_setup.py
Barry Warsaw
barry at moszumanska.debian.org
Wed Oct 1 21:45:09 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 df561a58bf6d84c8796e9f6fa317bc482490cd5e
Author: Sandro Tosi <matrixhasu at gmail.com>
Date: Mon Jun 2 19:17:08 2008 +0200
setup.py
Patch-Name: 10_setup.py
---
setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index d0df478..08b0cd1 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