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