]> git.pld-linux.org Git - packages/python-gevent.git/commitdiff
BR: python-devel-src for tests
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 22 Feb 2014 16:01:00 +0000 (17:01 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 22 Feb 2014 16:01:00 +0000 (17:01 +0100)
test_subproces.py requires python modules source code

python-gevent.spec

index b03436920a24ed1a440aae613db614f80dd5d60d..5a594649f8a53311b518d750e86ec26210e99df2 100644 (file)
@@ -19,8 +19,11 @@ Source0:     http://pypi.python.org/packages/source/g/gevent/%{module}-%{version}.ta
 Source1:       known_failures-pld.txt
 BuildRequires: libevent-devel >= 1.4.0
 BuildRequires: python-devel
-%{?with_tests:BuildRequires: python-greenlet >= 0.3.2}
-%{?with_tests:BuildRequires: python-test}
+%if %{with tests}
+BuildRequires: python-greenlet >= 0.3.2
+BuildRequires: python-test
+BuildRequires: python-devel-src
+%endif
 BuildRequires: rpm-pythonprov
 Requires:      python-greenlet >= 0.3.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.078202 seconds and 4 git commands to generate.