From 05d6306cabe42a5326bff9ab0339077d558d4417a2cd253c11f73042473b5f94 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 27 Jan 2018 10:42:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=85 --- python-cryptography.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 7a66729..929ef60 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -66,9 +66,9 @@ 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 Requires: python +%ifpython2 Requires: python-enum34 Requires: python-ipaddress %endif