python3Packages.pyvcf: mark as broken

This commit is contained in:
Martin Weinelt
2022-03-14 00:29:09 +01:00
parent 204c75581f
commit 01d4b19c6b
@@ -28,5 +28,6 @@ buildPythonPackage rec {
vcf will attempt to parse the content of each record based on the data
types specified in the meta-information lines
'';
broken = true; # uses the 2to3 feature, that got removed in setuptools 0.58
};
}