From ef9891467d3b05d5a965febc1e3c1e188aa8067d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 12 Feb 2015 13:27:17 +0200 Subject: [PATCH] requires python-distribute for pkg_resources import --- python-pygments.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-pygments.spec b/python-pygments.spec index aa50bf4..bbfc412 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: 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} -- 2.44.0