diff --git a/python311.changes b/python311.changes index 9a027f4..23687bb 100644 --- a/python311.changes +++ b/python311.changes @@ -2,7 +2,8 @@ Tue May 10 15:01:18 UTC 2022 - Matej Cepl - 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 diff --git a/python311.spec b/python311.spec index 255a13c..40ce27e 100644 --- a/python311.spec +++ b/python311.spec @@ -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 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 rm Lib/site-packages/README.txt