14
0

Accepting request 574138 from home:tbechtold:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/574138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=89
This commit is contained in:
2018-02-08 10:56:56 +00:00
committed by Git OBS Bridge
parent 7b58b3cbbf
commit a423e36678
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 8 10:54:03 UTC 2018 - tbechtold@suse.com
- 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
-------------------------------------------------------------------
Sat Feb 3 13:02:06 UTC 2018 - tchvatal@suse.com