zaitcev pushed to git-review (f21). "Add setuptools for pkg_resources (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 24 21:04:16 UTC 2015


>From e7ea1ba3e08f9f71ea5ace6bb6a4b03f21cbc857 Mon Sep 17 00:00:00 2001
From: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date: Fri, 24 Apr 2015 13:45:27 -0600
Subject: Add setuptools for pkg_resources

Not just BuildRequires in our case, but Requires too.

Resolves: bz#1214040

diff --git a/git-review.spec b/git-review.spec
index 12fc2d4..96f6d22 100644
--- a/git-review.spec
+++ b/git-review.spec
@@ -1,6 +1,6 @@
 Name:		git-review
 Version:	1.24
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A Git helper for integration with Gerrit
 
 Group:		Development/Tools
@@ -18,6 +18,7 @@ BuildRequires:	python-setuptools
 
 Requires:	git
 Requires:	python-requests
+Requires:	python-setuptools
 
 %description
 An extension for source control system Git that creates and manages review
@@ -63,6 +64,9 @@ rm -rf %{buildroot}
 %doc README.rst
 
 %changelog
+* Fri Apr 24 2015 Pete Zaitcev <zaitcev at redhat.com> - 1.24-5
+- Add runtime requirement for setuptools to provide pkg_resources (#1214040)
+
 * Thu Feb 05 2015 Pete Zaitcev <zaitcev at redhat.com> - 1.24-4
 - Catch internal exceptions properly, avoid tripping abrtd (#1188913)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/git-review.git/commit/?h=f21&id=e7ea1ba3e08f9f71ea5ace6bb6a4b03f21cbc857


More information about the scm-commits mailing list