[packages/python-rq] test deps (runtime deps)
glen
glen at pld-linux.org
Sun May 8 10:43:07 CEST 2016
commit e728376011140f4bfc3b0e344d4c44d736746a93
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun May 8 11:43:01 2016 +0300
test deps (runtime deps)
python-rq.spec | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/python-rq.spec b/python-rq.spec
index 52763c7..8611b29 100644
--- a/python-rq.spec
+++ b/python-rq.spec
@@ -19,10 +19,18 @@ BuildRequires: rpmbuild(macros) >= 1.714
%if %{with python2}
BuildRequires: python-modules
BuildRequires: python-setuptools
+%if %{with tests}
+BuildRequires: python-click >= 3.0
+BuildRequires: python-redis >= 2.7.0
+%endif
%endif
%if %{with python3}
BuildRequires: python3-modules
BuildRequires: python3-setuptools
+%if %{with tests}
+BuildRequires: python3-click >= 3.0
+BuildRequires: python3-redis >= 2.7.0
+%endif
%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-rq.git/commitdiff/e728376011140f4bfc3b0e344d4c44d736746a93
More information about the pld-cvs-commit
mailing list