- Fix building with system-expat (gh#python/cpython#92875). Nope,
it didn't work, worked around it. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=13
This commit is contained in:
parent
6534561f49
commit
bf95b5f221
@ -2,7 +2,8 @@
|
|||||||
Tue May 10 15:01:18 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
Tue May 10 15:01:18 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
- Refresh bluez-devel-vendor.tar.xz
|
- Refresh bluez-devel-vendor.tar.xz
|
||||||
- Fix building with system-expat (gh#python/cpython#92875).
|
- Fix building with system-expat (gh#python/cpython#92875). Nope,
|
||||||
|
it didn't work, worked around it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 9 15:09:03 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
Mon May 9 15:09:03 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
@ -450,7 +450,8 @@ sed -i -e '/Breakpoint 3 at ...pdb.py:97/s/97/96/' Lib/test/test_pdb.py
|
|||||||
|
|
||||||
# drop in-tree libffi and expat
|
# drop in-tree libffi and expat
|
||||||
rm -r Modules/_ctypes/libffi* Modules/_ctypes/darwin
|
rm -r Modules/_ctypes/libffi* Modules/_ctypes/darwin
|
||||||
rm -r Modules/expat
|
# Cannot remove it because of gh#python/cpython#92875
|
||||||
|
# rm -r Modules/expat
|
||||||
|
|
||||||
# drop duplicate README from site-packages
|
# drop duplicate README from site-packages
|
||||||
rm Lib/site-packages/README.txt
|
rm Lib/site-packages/README.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user