[packages/rpm] pythonprov: do not require python-distribute
jajcus
jajcus at pld-linux.org
Tue Mar 31 13:49:36 CEST 2015
commit cfbc70869dd75edb5d46f5b8cac19d87fdcf20be
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Tue Mar 31 13:47:58 2015 +0200
pythonprov: do not require python-distribute
distribute is obsolete, use current setuptools instead.
By happy accident, the 'P: python-setuptools' in our current
python-distribute package will help migration.
Release: 18
rpm.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index d3b73da..aac1eab 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -51,7 +51,7 @@ Summary(ru.UTF-8): Менеджер пакетов от RPM
Summary(uk.UTF-8): Менеджер пакетів від RPM
Name: rpm
Version: 5.4.15
-Release: 17
+Release: 18
License: LGPL v2.1
Group: Base
# http://rpm5.org/files/rpm/rpm-5.4/rpm-5.4.15-0.20140824.src.rpm
@@ -774,7 +774,7 @@ Summary(pl.UTF-8): Makra ułatwiające tworzenie pakietów RPM z programami napi
Group: Applications/File
Requires: %{name} = %{version}-%{release}
Requires: python
-Requires: python-distribute
+Requires: python-setuptools
Requires: python-modules
%description pythonprov
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/cfbc70869dd75edb5d46f5b8cac19d87fdcf20be
More information about the pld-cvs-commit
mailing list