[pycmd] Fix: python3 dependencies.

Thomas Moschny thm at fedoraproject.org
Sat Sep 3 13:42:55 UTC 2011


commit f961c9b3f153c0ed9eb015d649e1ad5447c9a8c7
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Sep 3 15:41:50 2011 +0200

    Fix: python3 dependencies.

 pycmd.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pycmd.spec b/pycmd.spec
index 6f196c0..8288672 100644
--- a/pycmd.spec
+++ b/pycmd.spec
@@ -9,7 +9,7 @@
 
 Name:           pycmd
 Version:        1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Tools for managing/searching Python related files
 Group:          Development/Languages
 License:        MIT
@@ -25,9 +25,7 @@ Requires:       python-py >= 1.4.0
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-Requires:       python3-setuptools
 BuildRequires:  python3-py >= 1.4.0
-Requires:       python3-py >= 1.4.0
 %endif # with_python3
 # pycmd was separated from pylib at that point
 Conflicts:      python-py < 1.4.0
@@ -41,6 +39,8 @@ development.
 %package -n python3-pycmd
 Summary:        Tools for managing/searching Python related files
 Group:          Development/Languages
+Requires:       python3-setuptools
+Requires:       python3-py >= 1.4.0
 
 
 %description -n python3-pycmd
@@ -143,6 +143,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Sep  3 2011 Thomas Moschny <thomas.moschny at gmx.de> - 1.0-4
+- Fix: python3 dependencies.
+
 * Thu Aug 11 2011 Thomas Moschny <thomas.moschny at gmx.de> - 1.0-3
 - Update Requires and BuildRequires tags.
 


More information about the scm-commits mailing list