From 4ea8acb0032798266b966ab0c2bf351792586c89 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 4 May 2016 15:33:05 -0400 Subject: [PATCH] Add python-enum34 BR/Req --- python-hypothesis.spec | 2 ++ 1 file changed, 2 insertions(+) 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}}