[goobook] add python-setuptools requires

helloworld1 helloworld1 at fedoraproject.org
Wed Aug 25 19:40:20 UTC 2010


commit a0a571eb700fd1e4e85c5d640f009bf3f315be75
Author: Liberty <mrlhwliberty at gmail.com>
Date:   Wed Aug 25 15:40:08 2010 -0400

    add python-setuptools requires

 goobook.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/goobook.spec b/goobook.spec
index c3c4967..74ae0bb 100644
--- a/goobook.spec
+++ b/goobook.spec
@@ -12,6 +12,9 @@ BuildArch:	noarch
 
 BuildRequires:	python-setuptools
 BuildRequires:	python2-devel
+
+# it need load_entry_point from pkg_resources
+Requires:	python-setuptools
 Requires:	python-simplejson >= 2.1.0
 Requires:	python-hcs_utils = 1.1.1
 Requires:	python-argparse >= 1.1


More information about the scm-commits mailing list