Hello community,
here is the log from the commit of package python-cryptography for
openSUSE:Factory checked in at 2018-02-12 10:09:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
and /work/SRC/openSUSE:Factory/.python-cryptography.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cryptography"
Mon Feb 12 10:09:48 2018 rev:36 rq:574139 version:2.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes
2018-02-06 16:41:13.826315247 +0100
+++
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes
2018-02-12 10:09:54.956963060 +0100
@@ -1,0 +2,9 @@
+Thu Feb 8 10:54:03 UTC 2018 - [email protected]
+
+- Fix previous change and explicitly require python2 instead of
+ python because python itself is also provided by python3.
+ This fixes:
+ ImportError: No module named _ssl
+ when using python-cryptography in a python2 build environment
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.4rzV5s/_old 2018-02-12 10:09:57.576868641 +0100
+++ /var/tmp/diff_new_pack.4rzV5s/_new 2018-02-12 10:09:57.580868497 +0100
@@ -68,9 +68,9 @@
# /SECTION
# python-base is not enough, we need the _ssl module
%ifpython2
-Requires: python
Requires: python-enum34
Requires: python-ipaddress
+Requires: python2
%endif
%ifpython3
Requires: python3