Change BuildRequires: back to python-setuptools-devel.
This commit is contained in:
parent
b281efd242
commit
b49364482e
@ -10,7 +10,7 @@ Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildArch: noarch
|
||||
Requires: python >= 2.3
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-setuptools-devel
|
||||
Url: https://fedorahosted.org/suds
|
||||
|
||||
%description
|
||||
@ -53,7 +53,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%changelog
|
||||
* Wed Feb 25 2009 jortel <jortel@redhat.com> - 0.3.5-1
|
||||
- Adds http caching. Default is (1) day.
|
||||
- Replaced build requires python-setuptools-devel with python-setuptools in the spec.
|
||||
- Removed checking fc version in spec since no longer building < fc9.
|
||||
- Updated makefile to roll tarball with tar.sh.
|
||||
- Moved bare/wrapped determination to wsdl for document/literal.
|
||||
|
2
sources
2
sources
@ -2,4 +2,4 @@ ae5a7e1f39c63ecf2c5622d687d6981c python-suds-0.3.1.tar.gz
|
||||
a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz
|
||||
79cace44ca04955f2cdb8fe682b5f05d python-suds-0.3.3.tar.gz
|
||||
3c704119a5a27542ea5347fc13433b89 python-suds-0.3.4.tar.gz
|
||||
54564e2e1cf1103d3f231d15e19081a6 python-suds-0.3.5.tar.gz
|
||||
2fc4bbbb2351b24e707eac8434d5cb73 python-suds-0.3.5.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user