From 34664e5bc81195113e5b55ab526768a846347f5c Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sun, 16 Aug 2015 19:00:00 +0200 Subject: Py3 modernization: libmodernize.fixes.fix_input_six In Python 3 raw_input() has been renamed to input() and the old, insecure input() builtin is gone. six.moves simplifies the transition. It provides the former raw_input() function under the same import name on Python 2 and 3. --- specs/pki-core.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'specs') diff --git a/specs/pki-core.spec b/specs/pki-core.spec index a872b1b6e..15e8b040d 100644 --- a/specs/pki-core.spec +++ b/specs/pki-core.spec @@ -107,6 +107,7 @@ BuildRequires: pylint BuildRequires: python-nss BuildRequires: python-requests +BuildRequires: python-six BuildRequires: libselinux-python BuildRequires: policycoreutils-python %if 0%{?fedora} >= 23 @@ -286,6 +287,7 @@ Requires: ldapjdk Requires: python-ldap Requires: python-lxml Requires: python-requests >= 1.1.0-3 +Requires: python-six %if 0%{?rhel} # 'resteasy-base' is a subset of the complete set of -- cgit