[pycmd] Update Requires and BuildRequires tags.

Thomas Moschny thm at fedoraproject.org
Thu Aug 11 09:17:56 UTC 2011


commit 812ff7d82d1328e4c67abb823b7b4842a59c4b2f
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Aug 11 11:16:53 2011 +0200

    Update Requires and BuildRequires tags.

 pycmd.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/pycmd.spec b/pycmd.spec
index 4d3e127..6f196c0 100644
--- a/pycmd.spec
+++ b/pycmd.spec
@@ -9,7 +9,7 @@
 
 Name:           pycmd
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tools for managing/searching Python related files
 Group:          Development/Languages
 License:        MIT
@@ -18,10 +18,16 @@ Source0:        http://pypi.python.org/packages/source/p/%{name}/%{name}-%{versi
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+Requires:       python-setuptools
+BuildRequires:  python-py >= 1.4.0
 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
@@ -137,6 +143,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Aug 11 2011 Thomas Moschny <thomas.moschny at gmx.de> - 1.0-3
+- Update Requires and BuildRequires tags.
+
 * Tue Jul  5 2011 Thomas Moschny <thomas.moschny at gmx.de> - 1.0-2
 - Python3 subpackage.
 


More information about the scm-commits mailing list