From d2b79189c268df5f49a6ed5e7184942e4ff7ea2c Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jan 03 2018 16:13:02 +0000 Subject: drop pycurl dependency --- diff --git a/setup.py b/setup.py index a1df06a..aee695a 100644 --- a/setup.py +++ b/setup.py @@ -7,13 +7,8 @@ def get_install_requires(): # glib2-devel sqlite-devel libxml2-devel python-devel \ # openssl-devel libffi-devel - # pycurl can come without ssl backend (or bad one). In such case use - # $ pip uninstall pycurl; pip install pycurl --global-option="--with-nss" - # or different backend mentioned in error message (openssl, ...) - requires = [ 'pyOpenSSL', - 'pycurl', 'python-dateutil', 'requests', 'requests-kerberos',