]> git.pld-linux.org Git - packages/python3-pygments.git/commitdiff
Do not require python-distribute
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 31 Mar 2015 12:27:59 +0000 (14:27 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 31 Mar 2015 12:27:59 +0000 (14:27 +0200)
Release: 4

python-pygments.spec

index bbfc412fe421d0041ef1409595923fa6e2c08876..d92407278fe6468d26040db54dce3d8437b097cc 100644 (file)
@@ -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}
This page took 0.081182 seconds and 4 git commands to generate.