[packages/python-pygments] Do not require python-distribute

jajcus jajcus at pld-linux.org
Tue Mar 31 14:28:25 CEST 2015


commit 2ec992cb33cdcfd03ade7754ec9a4b2977876b47
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Mar 31 14:27:59 2015 +0200

    Do not require python-distribute
    
    Release: 4

 python-pygments.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/python-pygments.spec b/python-pygments.spec
index bbfc412..d924072 100644
--- a/python-pygments.spec
+++ b/python-pygments.spec
@@ -8,7 +8,7 @@ Summary:	A generic syntax highlighter as Python 2.x module
 Summary(pl.UTF-8):	Moduł Pythona 2.x do ogólnego podświetlania składni
 Name:		python-%{module}
 Version:	1.6
-Release:	3
+Release:	4
 License:	BSD
 Group:		Development/Languages/Python
 Source0:	http://pypi.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
@@ -18,16 +18,17 @@ URL:		http://pygments.org/
 BuildRequires:	python
 BuildRequires:	python-devel
 BuildRequires:	python-modules
+BuildRequires:	python-setuptools > 7.0
 %endif
 %if %{with python3}
 BuildRequires:	python3
 BuildRequires:	python3-2to3
 BuildRequires:	python3-devel
-BuildRequires:	python3-distribute
+BuildRequires:	python3-setuptools > 7.0
 BuildRequires:	python3-modules
 %endif
 BuildRequires:	rpm-pythonprov
-Requires:	python-distribute
+Requires:	python-setuptools > 7.0
 Requires:	python-modules
 Provides:	python-Pygments = %{version}-%{release}
 Obsoletes:	python-Pygments
@@ -68,7 +69,7 @@ forów, wiki i inne plikacje wymagające ładnego wyświetlania kodu
 Summary:	Generic syntax highlighter as Python 3.x module
 Summary(pl.UTF-8):	Moduł Pythona 3.x do ogólnego podświetlania składni
 Group:		Development/Languages/Python
-Requires:	python3-distribute
+Requires:	python3-setuptools > 7.0
 Requires:	python3-modules
 
 %description -n python3-%{module}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pygments.git/commitdiff/2ec992cb33cdcfd03ade7754ec9a4b2977876b47



More information about the pld-cvs-commit mailing list