apevec pushed to python-cliff (f21). "Remove setuptools dep on argparse."

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 14:59:01 UTC 2015


>From 30b0dcbc2b1b895bdb9203f72c0ce843c79c0575 Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean at redhat.com>
Date: Mon, 30 Mar 2015 09:51:44 -0400
Subject: Remove setuptools dep on argparse.


diff --git a/python-cliff.spec b/python-cliff.spec
index a36c2e6..3bdfff7 100644
--- a/python-cliff.spec
+++ b/python-cliff.spec
@@ -6,7 +6,7 @@
 
 Name:             python-cliff
 Version:          1.10.0
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Command Line Interface Formulation Framework
 
 Group:            Development/Libraries
@@ -85,6 +85,9 @@ http://readthedocs.org/docs/cliff/en/latest/
 %prep
 %setup -q -n %{modname}-%{version}
 
+# Remove setuptools dep.  We'll supply the rpm on epel.
+sed -i '/argparse/d' requirements.txt
+
 # Remove bundled egg info
 rm -rf *.egg-info
 
@@ -136,6 +139,9 @@ popd
 %endif
 
 %changelog
+* Mon Mar 30 2015 Ralph Bean <rbean at redhat.com> - 1.10.0-2
+- Remove setuptools dep on argparse.
+
 * Wed Mar 04 2015 Ralph Bean <rbean at redhat.com> - 1.10.0-1
 - new version
 - Update list of files packages under %%doc.
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-cliff.git/commit/?h=f21&id=30b0dcbc2b1b895bdb9203f72c0ce843c79c0575


More information about the scm-commits mailing list