diff --git a/python-djvulibre.changes b/python-djvulibre.changes index 093ead8..0c4ef6e 100644 --- a/python-djvulibre.changes +++ b/python-djvulibre.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 15 03:03:19 UTC 2019 - John Vandenberg + +- Fix setup.py to use sys.executable + ------------------------------------------------------------------- Tue Apr 9 06:05:11 UTC 2019 - Kyrill Detinov diff --git a/python-djvulibre.spec b/python-djvulibre.spec index 695e679..589bb4e 100644 --- a/python-djvulibre.spec +++ b/python-djvulibre.spec @@ -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"