[python-py] Fix: python3 dependencies.

Thomas Moschny thm at fedoraproject.org
Sat Sep 3 13:54:19 UTC 2011


commit 5d7776d04765714de5d41f607d99e73493b3f63c
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Sep 3 15:46:20 2011 +0200

    Fix: python3 dependencies.

 python-py.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-py.spec b/python-py.spec
index 2d6d16b..9032a23 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -11,7 +11,7 @@
 
 Name:           python-py
 Version:        1.4.5
-Release:        2%{?prerelease:.%{prerelease}}%{?dist}
+Release:        3%{?prerelease:.%{prerelease}}%{?dist}
 Summary:        Library with cross-python path, ini-parsing, io, code, log facilities
 Group:          Development/Languages
 License:        MIT and Public Domain
@@ -32,7 +32,6 @@ BuildRequires:  pytest >= 2.1.1
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-Requires:       python3-setuptools
 %if 0%{?run_check}
 BuildRequires:  python3-pytest >= 2.1.1
 %endif # run_check
@@ -55,6 +54,8 @@ following tools and modules:
 %if 0%{?with_python3}
 %package -n python3-py
 Summary:        Library with cross-python path, ini-parsing, io, code, log facilities
+Requires:       python3-setuptools
+
 %description -n python3-py
 The py lib is a Python development support library featuring the
 following tools and modules:
@@ -143,6 +144,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Sep  3 2011 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.5-3
+- Fix: python3 dependencies.
+
 * Tue Aug 30 2011 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.5-2
 - Re-enable doc building and testsuite.
 


More information about the scm-commits mailing list