[packages/python-django] Epoch fixed in Python dependencies
jajcus
jajcus at pld-linux.org
Mon May 20 19:01:16 CEST 2013
commit 24d19ba3e6af5cf0e235e311325211d4cf314b3d
Author: Jacek Konieczny <jajcus at jajcus.net>
Date: Mon May 20 19:01:01 2013 +0200
Epoch fixed in Python dependencies
python-django.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-django.spec b/python-django.spec
index f5e4f59..5938070 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -15,11 +15,11 @@ Source0: http://www.djangoproject.com/m/releases/1.5/Django-%{version}.tar.gz
Patch0: %{name}-pyc.patch
URL: http://www.djangoproject.com/
%if %{with python2}
-BuildRequires: python-devel >= 2.6
+BuildRequires: python-devel >= 1:2.6
BuildRequires: python-setuptools
%endif
%if %{with python3}
-BuildRequires: python3-devel >= 3.3
+BuildRequires: python3-devel >= 1:3.3
BuildRequires: python3-distribute
%endif
BuildRequires: rpm-pythonprov
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-django.git/commitdiff/24d19ba3e6af5cf0e235e311325211d4cf314b3d
More information about the pld-cvs-commit
mailing list