From 6305036fcbe4738eab679a80be876ea5803beb63 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Mon, 29 Aug 2016 08:49:24 +0200 Subject: [PATCH] add missing test requirements --- python-fasteners.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-fasteners.spec b/python-fasteners.spec index 7a6a696..bb55ed6 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -30,7 +30,10 @@ BuildRequires: python-six # tests BuildRequires: python-testtools BuildRequires: python-nose +BuildRequires: python-monotonic +BuildRequires: python-futures Requires: python-six +Requires: python-monotonic %description -n python2-%{pypi_name} A python package that provides useful locks.