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:
parent
2c56cb3a0f
commit
a226126893
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user