[python-construct/el6] No python-3 for el6

moezroy moezroy at fedoraproject.org
Wed Oct 1 11:08:56 UTC 2014


commit ed68e52854f98315f42bcc39b911fe9951ab6815
Author: Moez Roy <moez.roy at gmail.com>
Date:   Wed Oct 1 04:07:38 2014 -0700

    No python-3 for el6

 python-construct.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-construct.spec b/python-construct.spec
index 5fd6a55..fa8d0f4 100644
--- a/python-construct.spec
+++ b/python-construct.spec
@@ -1,4 +1,4 @@
-%global         with_python3 1
+%global         with_python3 0
 
 Summary:        A powerful declarative parser/builder for binary data
 Name:           python-construct
@@ -10,7 +10,7 @@ Source0:        https://pypi.python.org/packages/source/c/construct/construct-%{
 BuildArch:      noarch
 BuildRequires:  python-devel
 %if 0%{?with_python3}
-BuildRequires:  python3
+BuildRequires:  python3-devel
 %endif
 Requires:       python-six
 


More information about the scm-commits mailing list