packages: python-blockdiag/python-blockdiag.spec - ordereddict needed only ...
glen
glen at pld-linux.org
Sun Dec 4 20:49:45 CET 2011
Author: glen Date: Sun Dec 4 19:49:45 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- ordereddict needed only for py<2.7 according to docs
---- Files affected:
packages/python-blockdiag:
python-blockdiag.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: packages/python-blockdiag/python-blockdiag.spec
diff -u packages/python-blockdiag/python-blockdiag.spec:1.22 packages/python-blockdiag/python-blockdiag.spec:1.23
--- packages/python-blockdiag/python-blockdiag.spec:1.22 Fri Dec 2 13:53:05 2011
+++ packages/python-blockdiag/python-blockdiag.spec Sun Dec 4 20:49:40 2011
@@ -12,7 +12,9 @@
BuildRequires: rpmbuild(macros) >= 1.219
BuildRequires: sed >= 4.0
Requires: python-PIL
+%if "%{py_ver}" < "2.7"
Requires: python-ordereddict
+%endif
Requires: python-devel-tools
Requires: python-funcparserlib
Requires: python-webcolors >= 1.3.1
@@ -67,6 +69,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2011/12/04 19:49:40 glen
+- ordereddict needed only for py<2.7 according to docs
+
Revision 1.22 2011/12/02 12:53:05 zbyniu
- up to 1.1.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-blockdiag/python-blockdiag.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list