remove unneeded python3-simplejson dependency

This commit is contained in:
Ionuț C. Arțăriși 2012-02-09 13:21:34 +01:00
parent 06cf7a24e8
commit 7df18d86e2

View File

@ -8,7 +8,7 @@
Name: python-%{pkgname} Name: python-%{pkgname}
Version: 2.1.1 Version: 2.1.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: Scalable, non-blocking web server and tools Summary: Scalable, non-blocking web server and tools
Group: Development/Libraries Group: Development/Libraries
@ -25,7 +25,6 @@ Requires: python-simplejson
BuildRequires: python-tools BuildRequires: python-tools
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-devel BuildRequires: python3-devel
Requires: python3-simplejson
%endif %endif
%description %description
@ -147,6 +146,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Feb 9 2012 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 2.1.1-4
- remove python3-simplejson dependency
* Fri Jan 27 2012 Thomas Spura <tomspur@fedoraproject.org> - 2.1.1-3 * Fri Jan 27 2012 Thomas Spura <tomspur@fedoraproject.org> - 2.1.1-3
- build python3 package - build python3 package