]> git.pld-linux.org Git - packages/python-gevent.git/commitdiff
fix bcond dependencies
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 24 Feb 2014 09:11:04 +0000 (10:11 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 24 Feb 2014 09:11:04 +0000 (10:11 +0100)
python-gevent.spec

index af0d961c1834f1f1607a2de1435e87889be37679..0db326a85ab0dbb93e9e3f182a19c486adcfc54e 100644 (file)
@@ -22,8 +22,8 @@ URL:          http://www.gevent.org/
 Source0:       http://pypi.python.org/packages/source/g/gevent/%{module}-%{version}.tar.gz
 # Source0-md5: 33aef51a06268f5903fea378e1388e4d
 Source1:       known_failures-pld.txt
-%{?with_system_libev:BuildRequires:    c-ares-devel >= 1.10.0}
-%{?with_system_c_ares:BuildRequires:   libev-devel >= 4.11}
+%{?with_system_c_ares:BuildRequires:   c-ares-devel >= 1.10.0}
+%{?with_system_libev:BuildRequires:    libev-devel >= 4.11}
 #BuildRequires:        python-Cython
 BuildRequires: python-devel
 %if %{with tests}
This page took 0.094057 seconds and 4 git commands to generate.