[python-backlash] Add setuptools as a build requirement

Luke Macken lmacken at fedoraproject.org
Thu Apr 4 21:11:58 UTC 2013


commit ab943ef4c162907d52eab1982326399613eb10a6
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Apr 4 17:11:48 2013 -0400

    Add setuptools as a build requirement

 python-backlash.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python-backlash.spec b/python-backlash.spec
index cb526f5..2caccd7 100644
--- a/python-backlash.spec
+++ b/python-backlash.spec
@@ -19,10 +19,12 @@ Patch0:             %{name}-ubuntu-font.patch
 BuildArch:          noarch
 
 BuildRequires:      python2-devel
+BuildRequires:      python-setuptools
 Requires:           python-webob
 
 %if 0%{?with_python3}
 BuildRequires:      python3-devel
+BuildRequires:      python3-setuptools
 Requires:           python3-webob
 %endif
 


More information about the scm-commits mailing list