1
0

Accepting request 731158 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/731158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-djvulibre?expand=0&rev=20
This commit is contained in:
Yuchen Lin 2019-09-18 11:10:31 +00:00 committed by Git OBS Bridge
commit b1720519c3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 15 03:03:19 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Fix setup.py to use sys.executable
-------------------------------------------------------------------
Tue Apr 9 06:05:11 UTC 2019 - Kyrill Detinov <lazy.kent@opensuse.org>

View File

@ -61,6 +61,8 @@ This package contains technical documentation.
%prep
%setup -q
chmod -x examples/*
# https://github.com/jwilk/python-djvulibre/pull/11
sed -i "s/'python'/sys.executable/" setup.py
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"