Remove useless shebang

This commit is contained in:
Miro Hrončok 2018-06-05 16:55:51 +02:00 committed by Jeremy Cline
commit ededecf749
No known key found for this signature in database
GPG key ID: 9223308FA9B246DB

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