diff --git a/python-cryptography.changes b/python-cryptography.changes index c4a61b9..64f5b75 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-cryptography.spec b/python-cryptography.spec index 929ef60..8ec813c 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -67,11 +67,14 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module virtualenv} # /SECTION # python-base is not enough, we need the _ssl module -Requires: python %ifpython2 +Requires: python Requires: python-enum34 Requires: python-ipaddress %endif +%ifpython3 +Requires: python3 +%endif %python_subpackages %description