From 641fd87a940c72a8fa6b0cbdaf71d0d692aac020 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 24 Sep 2019 15:18:51 -0400 Subject: [PATCH] removing commented out lines --- python-pexpect.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index ec06b09..34de298 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -56,13 +56,6 @@ pty module. %prep %autosetup -n %{modname}-%{version} -#mv %{modname}-%{version} python2 -#chmod +x python2/tools/* -#find python2/examples -type f | xargs chmod a-x -#cp -pr python2 python3 - -#find python2 -type f -name '*.py' | xargs sed -i '1s|^#!.*|#!%{__python2}|' -#find python3 -type f -name '*.py' | xargs sed -i '1s|^#!.*|#!%{__python3}|' %build %py3_build