diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 7938306..2ff7915 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -16,6 +16,7 @@ Patch0: %{srcname}-2.0.0-offline.patch BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-sphinx +BuildRequires: python-enum34 %if 0%{?fedora} BuildRequires: python3-devel @@ -32,6 +33,7 @@ flow. %package -n python2-%{srcname} Summary: A library for property based testing Obsoletes: python-%{srcname} < 1.11.1-1 +Requires: python-enum34 %if 0%{?fedora} %{?python_provide:%python_provide python2-%{srcname}}