Accepting request 509278 from home:TheBlackCat:branches:devel:languages:python

Fix wrong-script-interpreter rpmlint error.

OBS-URL: https://build.opensuse.org/request/show/509278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docopt?expand=0&rev=11
This commit is contained in:
Todd R 2017-07-10 20:01:02 +00:00 committed by Git OBS Bridge
parent 2c56cb3a0f
commit a226126893
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 10 18:42:12 UTC 2017 - toddrme2178@gmail.com
- Fix wrong-script-interpreter rpmlint error.
-------------------------------------------------------------------
Tue Apr 25 16:09:02 UTC 2017 - toddrme2178@gmail.com

View File

@ -50,6 +50,9 @@ easily.
%prep
%setup -q -n docopt-%{version}
# Fix wrong-script-interpreter
sed -i "s|#! /usr/bin/env python||" examples/git/git.py
%build
%python_build