removing commented out lines

This commit is contained in:
Dan Radez 2019-09-24 15:18:51 -04:00
parent e121357364
commit 641fd87a94

View File

@ -56,13 +56,6 @@ pty module.
%prep %prep
%autosetup -n %{modname}-%{version} %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 %build
%py3_build %py3_build