Accepting request 994183 from KDE:Qt:PyQt

- Override install location to platformdir for distutils hijacked
  by setuptools 60+

OBS-URL: https://build.opensuse.org/request/show/994183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip4?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-08-10 15:14:19 +00:00 committed by Git OBS Bridge
commit 0d161a0302
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 9 19:06:32 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Override install location to platformdir for distutils hijacked
by setuptools 60+
-------------------------------------------------------------------
Sun Aug 29 18:36:46 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -158,7 +158,8 @@ ldlibrary=`$python -c "import sysconfig as s;print(s.get_config_var('LDLIBRARY')
$python ../configure.py --debug \
CFLAGS+="%{optflags}" \
CXXFLAGS+="%{optflags}" \
LIBS+="-l$ldlibrary"
LIBS+="-l$ldlibrary" \
-d %{$python_sitearch}
make %{?_smp_mflags}
@ -187,7 +188,8 @@ $python ../configure.py --debug \
CFLAGS+="%{optflags}" \
CXXFLAGS+="%{optflags}" \
LIBS+="-l$ldlibrary" \
--no-dist-info
--no-dist-info \
-d %{$python_sitearch}
make %{?_smp_mflags}