Accepting request 509279 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/509279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docopt?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2017-07-11 06:28:04 +00:00 committed by Git OBS Bridge
commit 9cea2cf7a7
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