[pystache/epel7] Don't try to build with py3

Ben Nemec bnemec at fedoraproject.org
Fri Jul 25 13:49:29 UTC 2014


commit eaf737ca2b8c96a07c4988113bb3894079e652b6
Author: Ben Nemec <bnemec at redhat.com>
Date:   Fri Jul 25 13:45:52 2014 +0000

    Don't try to build with py3
    
    There's no Python 3 on RHEL 7, so it won't work anyway.

 pystache.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pystache.spec b/pystache.spec
index 293fecd..19c646b 100644
--- a/pystache.spec
+++ b/pystache.spec
@@ -1,4 +1,4 @@
-%global with_python3 1
+%global with_python3 0
 Name:           pystache
 Version:        0.5.3
 Release:        1%{?dist}


More information about the scm-commits mailing list