Remove useless shebang
This commit is contained in:
parent
7e81914aaa
commit
ae81b73839
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue