From 8c1d7b9a76394c878aa6e6bc0b2750087082482f Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Wed, 4 May 2016 15:23:53 -0400 Subject: [PATCH] Add missing python3-devel BR --- python-hypothesis.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 6a112d8..7938306 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -17,6 +17,10 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-sphinx +%if 0%{?fedora} +BuildRequires: python3-devel +%endif + %description Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by