[bugwarrior] Require python-setuptools.

Ralph Bean ralph at fedoraproject.org
Sat Mar 8 19:11:16 UTC 2014


commit 19d6e893e5ad72b4c5ac6ec87a79d459b6615e0f
Author: Ralph Bean <rbean at redhat.com>
Date:   Sat Mar 8 14:11:02 2014 -0500

    Require python-setuptools.

 bugwarrior.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/bugwarrior.spec b/bugwarrior.spec
index 1418d49..033415c 100644
--- a/bugwarrior.spec
+++ b/bugwarrior.spec
@@ -1,6 +1,6 @@
 Name:               bugwarrior
 Version:            0.7.0
-Release:            1%{?dist}
+Release:            2%{?dist}
 Summary:            Sync github, bitbucket, and trac issues with taskwarrior
 
 Group:              Development/Libraries
@@ -21,6 +21,7 @@ BuildRequires:      python-bugzilla
 BuildRequires:      python-taskw
 BuildRequires:      python-dogpile-cache
 
+Requires:           python-setuptools
 Requires:           python-twiggy
 Requires:           python-bitlyapi
 Requires:           python-requests
@@ -59,6 +60,9 @@ rm -rf %{name}.egg-info
 %{_bindir}/bugwarrior-pull
 
 %changelog
+* Sat Mar 08 2014 Ralph Bean <rbean at redhat.com> - 0.7.0-2
+- New requirement on python-setuptools.
+
 * Tue Jan 21 2014 Ralph Bean <rbean at redhat.com> - 0.7.0-1
 - Latest upstream
 - Removed python-jira patch.


More information about the scm-commits mailing list