From e25cead13e596b1c2215804967fb4d52df8fa080 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7ppc64lebuilder0 Date: Thu, 12 Sep 2019 11:27:30 +0200 Subject: [PATCH] python-urllib3 add python3 support Signed-off-by: basebuilder_pel7ppc64lebuilder0 --- SPECS/python-urllib3.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SPECS/python-urllib3.spec b/SPECS/python-urllib3.spec index 75be1ed6..8849daab 100644 --- a/SPECS/python-urllib3.spec +++ b/SPECS/python-urllib3.spec @@ -1,9 +1,4 @@ -%if 0%{?fedora} %global with_python3 1 -%else -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} -%endif - %global srcname urllib3 Name: python-%{srcname}