3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.parameterizedtestcase: mark brokenk for setuptools>=58

This commit is contained in:
Jonathan Ringer 2022-02-15 16:44:31 -08:00 committed by Martin Weinelt
parent 42dea375bc
commit 4ecb548a6b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -27,5 +27,6 @@ buildPythonPackage rec {
homepage = "https://github.com/msabramo/python_unittest_parameterized_test_case";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
broken = python.isPy3k; # uses use_2to3
};
}