]> git.pld-linux.org Git - packages/python3-pygments.git/commitdiff
just any setuptools can do AC-branch
authorElan Ruusamäe <glen@delfi.ee>
Wed, 13 May 2015 19:59:17 +0000 (22:59 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 13 May 2015 19:59:17 +0000 (22:59 +0300)
python-pygments.spec

index ac5b518a5a2934489f6f9657184ac8654e68dde1..d6e8c2562c88d99e25c7cf5cec6e391c73c03acb 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:       5
+Release:       6
 License:       BSD
 Group:         Development/Languages/Python
 Source0:       http://pypi.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
@@ -18,18 +18,18 @@ URL:                http://pygments.org/
 BuildRequires: python
 BuildRequires: python-devel
 BuildRequires: python-modules
-BuildRequires: python-setuptools > 7.0
+BuildRequires: python-setuptools
 %endif
 %if %{with python3}
 BuildRequires: python3
 BuildRequires: python3-2to3
 BuildRequires: python3-devel
-BuildRequires: python3-setuptools > 7.0
 BuildRequires: python3-modules
+BuildRequires: python3-setuptools
 %endif
 BuildRequires: rpm-pythonprov
-Requires:      python-setuptools > 7.0
 Requires:      python-modules
+Requires:      python-setuptools
 Provides:      python-Pygments = %{version}-%{release}
 Obsoletes:     python-Pygments
 BuildArch:     noarch
@@ -69,8 +69,8 @@ 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-setuptools > 7.0
 Requires:      python3-modules
+Requires:      python3-setuptools
 
 %description -n python3-%{module}
 Pygments is a generic syntax highlighter for general use in all kinds
This page took 0.432662 seconds and 4 git commands to generate.