forked from mirrors/nixpkgs
python3Packages.parameterizedtestcase: mark brokenk for setuptools>=58
This commit is contained in:
parent
42dea375bc
commit
4ecb548a6b
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue