]> git.pld-linux.org Git - packages/python-kombu.git/commitdiff
fix req, those deps are better written as >=
authorElan Ruusamäe <glen@delfi.ee>
Tue, 17 Nov 2015 08:54:44 +0000 (10:54 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 17 Nov 2015 08:54:44 +0000 (10:54 +0200)
python-kombu.spec

index 774ac9eee69eea2c64c58a9e63e347e314b8169c..e4006979948120e28592760b1d34d4ec666b0bc0 100644 (file)
@@ -22,7 +22,7 @@ BuildRequires:        rpmbuild(macros) >= 1.612
 BuildRequires: python-setuptools
 %if %{with tests}
 BuildRequires: python-mock
-BuildRequires: python-modules > 1:2.7
+BuildRequires: python-modules >= 1:2.7
 BuildRequires: python-nose
 %endif
 %if %{with doc}
This page took 0.11029 seconds and 4 git commands to generate.