File project.diff of Package python-pycurl
--- python-pycurl.changes (revision 1)
+++ python-pycurl.changes (working copy)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Jan 5 16:58:04 UTC 2018 - aplanas@suse.com
+
+- Use NSS instead of OpenSSL
+
-------------------------------------------------------------------
Tue Aug 8 19:16:32 UTC 2017 - tbechtold@suse.com
--- python-pycurl.spec (revision 1)
+++ python-pycurl.spec (working copy)
@@ -1,7 +1,7 @@
#
# spec file for package python-pycurl
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
Version: 7.43.0
Release: 0
Summary: PycURL -- cURL library module
-License: LGPL-2.1+ and MIT
+License: LGPL-2.1-or-later AND MIT
Group: Development/Languages/Python
Url: http://pycurl.sourceforge.net/
Source: https://files.pythonhosted.org/packages/source/p/pycurl/pycurl-%{version}.tar.gz
@@ -67,7 +67,8 @@
%build
export CFLAGS="%{optflags}"
-%python_build --with-ssl
+export PYCURL_SSL_LIBRARY=nss
+%python_build
%install
%python_install