[python-lettuce] Add python-setuptools requirement, because lettuce uses entry-points.

Bohuslav Kabrda bkabrda at fedoraproject.org
Mon Feb 24 16:24:13 UTC 2014


commit 4d98e461b590020892ca163e6771738f41c120d4
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Mon Feb 24 17:24:06 2014 +0100

    Add python-setuptools requirement, because lettuce uses entry-points.

 python-lettuce.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/python-lettuce.spec b/python-lettuce.spec
index 97e2e77..2d56e3b 100644
--- a/python-lettuce.spec
+++ b/python-lettuce.spec
@@ -17,6 +17,7 @@ BuildArch:      noarch
 
 Requires:       mailcap
 Requires:       python-fuzzywuzzy
+Requires:       python-setuptools
 Requires:       python-sure
 # If file /etc/mime.types (from mailcap package) is not present, Python returns javascript mimetype
 # 'application/x-javascript'. This is IMHO wrong behaviour, as IANA specifies application/javascript.


More information about the scm-commits mailing list