python310Packages.sphinxcontrib-bayesnet: unmark broken

This commit is contained in:
natsukium
2023-07-03 17:27:32 +09:00
parent 5e6e1ed6f6
commit 0a93a9c699
@@ -20,6 +20,5 @@ buildPythonPackage rec {
description = "Bayesian networks and factor graphs in Sphinx using TikZ syntax";
license = licenses.gpl3Only;
maintainers = with maintainers; [ jluttine ];
broken = true; # relies on 2to3 conversion, which was removed from setuptools>=58.0
};
}