Remove useless shebang
This commit is contained in:
parent
7e81914aaa
commit
ae81b73839
@ -113,6 +113,9 @@ designed to make HTTP requests easy for developers.
|
|||||||
# Unbundle the certificate bundle from mozilla.
|
# Unbundle the certificate bundle from mozilla.
|
||||||
rm -rf requests/cacert.pem
|
rm -rf requests/cacert.pem
|
||||||
|
|
||||||
|
# env shebang in nonexecutable file
|
||||||
|
sed -i '/#!\/usr\/.*python/d' requests/certs.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%py2_build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
Loading…
Reference in New Issue
Block a user