Skip to content

Commit 5cf8062

Browse files
authored
python3Packages.distutils: update commit (#465346)
2 parents b220ba3 + bdbbb97 commit 5cf8062

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pkgs/development/python-modules/distutils/default.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
jaraco-envs,
1313
jaraco-path,
1414
jaraco-text,
15+
libz,
1516
more-itertools,
1617
packaging,
1718
path,
@@ -28,8 +29,8 @@ buildPythonPackage {
2829
src = fetchFromGitHub {
2930
owner = "pypa";
3031
repo = "distutils";
31-
rev = "72837514c2b67081401db556be9aaaa43debe44f"; # correlate commit from setuptools version
32-
hash = "sha256-Kx4Iudy9oZ0oQT96Meyq/m0k0BuexPLVxwvpNJehCW0=";
32+
rev = "5ad8291ff2ad3e43583bc72a4c09299ca6134f09"; # correlate commit from setuptools version
33+
hash = "sha256-3Mqpe/Goj3lQ6GEbX3DHWjdoh7XsFIg9WkOCK138OAo=";
3334
};
3435

3536
build-system = [ setuptools-scm ];
@@ -59,6 +60,11 @@ buildPythonPackage {
5960
pytestCheckHook
6061
];
6162

63+
checkInputs = [
64+
# https://github.com/pypa/distutils/blob/5ad8291ff2ad3e43583bc72a4c09299ca6134f09/distutils/tests/test_build_ext.py#L107
65+
libz
66+
];
67+
6268
# jaraco-path depends ob pyobjc
6369
doCheck = !stdenv.hostPlatform.isDarwin;
6470

0 commit comments

Comments
 (0)