[python-warlock] fix FTBFS in rawhide

Alan Pevec apevec at fedoraproject.org
Tue Aug 13 00:41:42 UTC 2013


commit 5856a341566fc3d2c3f4cfdd4b1ad7a5dbf9995a
Author: Alan Pevec <apevec at redhat.com>
Date:   Tue Aug 13 02:39:15 2013 +0200

    fix FTBFS in rawhide

 python-warlock.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/python-warlock.spec b/python-warlock.spec
index ed66038..365d7fe 100644
--- a/python-warlock.spec
+++ b/python-warlock.spec
@@ -1,6 +1,6 @@
 Name:           python-warlock
 Version:        0.4.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python object model built on top of JSON schema
 
 License:        ASL 2.0
@@ -21,6 +21,9 @@ Build self-validating python objects using JSON schemas
 %setup -q -n warlock-%{version}
 # Remove bundled egg-info
 rm -rf warlock.egg-info
+# let RPM handle deps
+sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
+rm -f requirements.txt
 
 %build
 %{__python} setup.py build
@@ -37,6 +40,9 @@ rm -rf warlock.egg-info
 %{python_sitelib}/warlock-%{version}-py?.?.egg-info
 
 %changelog
+* Tue Aug 13 2013 Alan Pevec <apevec at redhat.com> 0.4.0-5
+- fix FTBFS in rawhide rhbz#993177
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list