Remove useless shebang

This commit is contained in:
Miro Hrončok 2018-06-05 16:55:51 +02:00
parent 7e81914aaa
commit ae81b73839

View File

@ -113,6 +113,9 @@ designed to make HTTP requests easy for developers.
# Unbundle the certificate bundle from mozilla.
rm -rf requests/cacert.pem
# env shebang in nonexecutable file
sed -i '/#!\/usr\/.*python/d' requests/certs.py
%build
%py2_build
%py3_build