python3Packages.pyvcf: mark as broken

This commit is contained in:
Martin Weinelt
2022-03-08 22:38:04 +01:00
parent 204c75581f
commit 01d4b19c6b

View File

@@ -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
};
}