[pkgwat] Remove no-longer-necessary requirement on python-imaging.

Ralph Bean ralph at fedoraproject.org
Wed Jan 16 15:43:38 UTC 2013


commit f2c2081e62596644e7f547c51a30c062516983f2
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Jan 16 10:43:31 2013 -0500

    Remove no-longer-necessary requirement on python-imaging.

 pkgwat.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/pkgwat.spec b/pkgwat.spec
index dc06298..81dcf7c 100644
--- a/pkgwat.spec
+++ b/pkgwat.spec
@@ -12,7 +12,7 @@
 
 Name:             pkgwat
 Version:          0.4
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          CLI tool for querying the fedora packages webapp
 
 Group:            Development/Libraries
@@ -33,7 +33,6 @@ BuildRequires:    python3-setuptools
 
 Requires:         python-pkgwat-api
 Requires:         python-cliff
-Requires:         python-imaging
 Requires:         python-fabulous
 
 %description
@@ -62,6 +61,7 @@ https://apps.fedoraproject.org/tagger
 %prep
 %setup -q -n %{modname}-%{version}
 sed -i "s/ยป/>/g" README.rst
+sed '/PIL/d' setup.py
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -108,6 +108,10 @@ popd
 
 
 %changelog
+* Wed Jan 16 2013 Ralph Bean <rbean at redhat.com> - 0.4-2
+- Remove no-longer-necessary Requires on python-imaging.
+- Patch PIL requirement out of setup.py.
+
 * Thu Nov 08 2012 Ralph Bean <rbean at redhat.com> - 0.4-1
 - Fixed bug with latest python-requests.
 - Gracefully handle unknown commands.


More information about the scm-commits mailing list