[packages/python-pyxs] more BRs from setup.py
jajcus
jajcus at pld-linux.org
Thu Apr 21 13:38:05 CEST 2016
commit 67017266c9f0682ffb323f63f24edc18ffa2d82e
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Thu Apr 21 13:37:52 2016 +0200
more BRs from setup.py
python-pyxs.spec | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/python-pyxs.spec b/python-pyxs.spec
index e91376d..6fcb577 100644
--- a/python-pyxs.spec
+++ b/python-pyxs.spec
@@ -21,10 +21,18 @@ BuildRequires: rpmbuild(macros) >= 1.714
%if %{with python2}
BuildRequires: python-modules >= 1:2.6
BuildRequires: python-setuptools
+BuildRequires: python-pytest-runner
+%if %{with tests}
+BuildRequires: python-pytest
+%endif
%endif
%if %{with python3}
BuildRequires: python3-modules >= 3.4
BuildRequires: python3-setuptools
+BuildRequires: python3-pytest-runner
+%if %{with tests}
+BuildRequires: python3-pytest
+%endif
%endif
%if %{with docs}
BuildRequires: sphinx-pdg
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pyxs.git/commitdiff/67017266c9f0682ffb323f63f24edc18ffa2d82e
More information about the pld-cvs-commit
mailing list