]> git.pld-linux.org Git - packages/python3-pygments.git/commitdiff
requires python-distribute for pkg_resources import
authorElan Ruusamäe <glen@delfi.ee>
Thu, 12 Feb 2015 11:27:17 +0000 (13:27 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 12 Feb 2015 11:27:17 +0000 (13:27 +0200)
python-pygments.spec

index aa50bf45b19cb54df95cb1685a5c2b3433b0346b..bbfc412fe421d0041ef1409595923fa6e2c08876 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:       2
+Release:       3
 License:       BSD
 Group:         Development/Languages/Python
 Source0:       http://pypi.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
@@ -27,8 +27,9 @@ BuildRequires:        python3-distribute
 BuildRequires: python3-modules
 %endif
 BuildRequires: rpm-pythonprov
-%pyrequires_eq python-modules
-Provides:      python-Pygments
+Requires:      python-distribute
+Requires:      python-modules
+Provides:      python-Pygments = %{version}-%{release}
 Obsoletes:     python-Pygments
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -67,6 +68,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-modules
 
 %description -n python3-%{module}
This page took 0.548792 seconds and 4 git commands to generate.