Files
bitcoin/depends/packages
fanquake 85436bc7ac depends: xcb-proto 1.15.2
Resolves build failures under Python 3.12, i.e building on rawhide:
```bash
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/bitcoin/depends/work/staging/aarch64-unknown-linux-gnu/xcb_proto/1.14.1-4a91ac9dc41/bitcoin/depends/aarch64-unknown-linux-gnu/lib/python3.12/site-packages/xcbgen'
 /usr/bin/install -c -m 644 __init__.py error.py expr.py align.py matcher.py state.py xtypes.py '/bitcoin/depends/work/staging/aarch64-unknown-linux-gnu/xcb_proto/1.14.1-4a91ac9dc41/bitcoin/depends/aarch64-unknown-linux-gnu/lib/python3.12/site-packages/xcbgen'
Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'imp'
make[3]: *** [Makefile:271: install-pkgpythonPYTHON] Error 1
```

`imp` was removed in 3.12: https://docs.python.org/3/library/imp.html.

Github-Pull: #28097
Rebased-From: 7cb88c8b46
2023-10-04 11:44:30 +01:00
..
2021-12-03 14:07:10 +08:00
2021-12-03 14:07:10 +08:00
2022-01-04 18:26:12 +02:00
2021-03-23 08:39:16 +08:00
2021-04-11 16:38:33 -04:00
2022-02-13 20:59:07 +00:00
2022-08-12 10:23:56 +01:00
2022-02-14 16:52:23 +00:00
2023-10-04 11:44:30 +01:00
2021-12-03 14:07:09 +08:00
2022-02-14 16:52:23 +00:00