From 954f693b293249e8c036a9f1c604c86206a2bd55 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi kevin@scrye.com Date: Mon, 31 Jul 2017 16:53:38 -0700 Subject: Enable python3 now. Fixes bug #1472362
--- pkgwat.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/pkgwat.spec b/pkgwat.spec index 93231f8..e85245f 100644 --- a/pkgwat.spec +++ b/pkgwat.spec @@ -8,18 +8,11 @@ %{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif
- -# Manually disable python3 until python3-cliff becomes available. That is -# blocking on python3-prettytable, here. -# https://bugzilla.redhat.com/show_bug.cgi?id=837087 -%global with_python3 0 - - %global modname pkgwat.cli
Name: pkgwat Version: 0.11 -Release: 6%{?dist} +Release: 7%{?dist} Summary: CLI tool for querying the fedora packages webapp
Group: Development/Libraries @@ -114,6 +107,9 @@ popd
%changelog +* Mon Jul 31 2017 Kevin Fenzi kevin@scrye.com - 0.11-7 +- Enable python3 now. Fixes bug #1472362 + * Thu Jul 27 2017 Fedora Release Engineering releng@fedoraproject.org - 0.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
scm-commits@lists.fedoraproject.org