[python-cov-core] No python 3 on EL

Orion Poplawski orion at fedoraproject.org
Wed Jun 18 16:58:33 UTC 2014


commit 4149aa07003a19e05bbca0c63b7b75ddc091bbff
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Jun 18 10:58:29 2014 -0600

    No python 3 on EL

 python-cov-core.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/python-cov-core.spec b/python-cov-core.spec
index 56cf367..ce03fd6 100644
--- a/python-cov-core.spec
+++ b/python-cov-core.spec
@@ -1,6 +1,10 @@
 # Created by pyp2rpm-1.0.1
 %global pypi_name cov-core
+%if 0%{?fedora}
 %global with_python3 1
+%else
+%global with_python3 0
+%endif
 
 Name:           python-%{pypi_name}
 Version:        1.7


More information about the scm-commits mailing list