diff --git a/python-cryptography.changes b/python-cryptography.changes index 057c486..64f5b75 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Feb 3 13:02:06 UTC 2018 - tchvatal@suse.com + +- Fix the previous change to not pull in py2 on py3 enviroment + +------------------------------------------------------------------- +Sat Jan 27 11:25:02 UTC 2018 - dmueller@suse.com + +- fix requires on python ssl once more after the last change + ------------------------------------------------------------------- Thu Jan 18 13:30:12 UTC 2018 - tchvatal@suse.com diff --git a/python-cryptography.spec b/python-cryptography.spec index 7a66729..8ec813c 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -66,12 +66,15 @@ BuildRequires: %{python_module pyasn1 >= 0.1.8} BuildRequires: %{python_module pytest} BuildRequires: %{python_module virtualenv} # /SECTION -%ifpython2 # python-base is not enough, we need the _ssl module +%ifpython2 Requires: python Requires: python-enum34 Requires: python-ipaddress %endif +%ifpython3 +Requires: python3 +%endif %python_subpackages %description