ralph pushed to python-stevedore (f22). "Remove erroneous setuptools runtime dep on python-argparse"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 15:51:05 UTC 2015


>From 469df175e442c0f594b1e8099de9000c1645a24a Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Mon, 30 Mar 2015 11:49:47 -0400
Subject: Remove erroneous setuptools runtime dep on python-argparse


diff --git a/python-stevedore.spec b/python-stevedore.spec
index f52f6e6..9e69e57 100644
--- a/python-stevedore.spec
+++ b/python-stevedore.spec
@@ -4,7 +4,7 @@
 
 Name:           python-stevedore
 Version:        1.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Manage dynamic plugins for Python applications
 
 Group:          Development/Languages
@@ -56,6 +56,9 @@ Manage dynamic plugins for Python applications
 %prep
 %setup -q -n stevedore-%{version}
 
+# Remove setuptools dep.  We'll supply the rpm on epel.
+sed -i '/argparse/d' requirements.txt
+
 %if 0%{?with_python3}
 rm -rf %{py3dir}
 cp -a . %{py3dir}
@@ -103,6 +106,9 @@ popd
 %endif
 
 %changelog
+* Mon Mar 30 2015 Ralph Bean <rbean at redhat.com> - 1.2.0-3
+- Remove erroneous setuptools runtime dep on python-argparse.
+
 * Sun Mar 22 2015 Ralph Bean <rbean at redhat.com> - 1.2.0-2
 - Require python-pbr at runtime now.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-stevedore.git/commit/?h=f22&id=469df175e442c0f594b1e8099de9000c1645a24a


More information about the scm-commits mailing list