python3Packages.uncompyle6: fix build with xdis 6.3

This commit is contained in:
Tom Hunze
2026-05-20 21:25:21 +02:00
parent aee42bad0c
commit f8a5f278f7
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
fetchpatch,
setuptools,
spark-parser,
xdis,
@@ -20,6 +21,14 @@ buildPythonPackage rec {
hash = "sha256-eLdk1MhDsEVfs5223rQhpI1dPruEZTe6ZESv4QfE68E=";
};
patches = [
(fetchpatch {
name = "support-xdis-6.3-api.patch";
url = "https://github.com/rocky/python-uncompyle6/commit/62372825c62044428c29a9ce86b5afa81e93c5ae.patch";
hash = "sha256-z11AKF5RC4gibUbH3hI2Rsbn8VDg49SnKfqV4TuVnjc=";
})
];
build-system = [ setuptools ];
dependencies = [