Remove shebang from pefile.py

This commit is contained in:
Athmane Madjoudj 2016-11-01 21:46:00 +01:00
parent 937d0aa086
commit b25babc280

View File

@ -54,6 +54,7 @@ BuildRequires: python3-setuptools
%prep
%autosetup -S git -n %{srcname}-%{version}
sed -i -e '/^#!\//, 1d' pefile.py
%build
%py2_build