File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
pkgs/development/python-modules/distutils Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments