python313Packages.pydeps: remove disabled

This commit is contained in:
Fabian Affolter
2026-01-07 10:41:40 +01:00
committed by GitHub
parent 1c9b44e752
commit e8ea818007
@@ -5,7 +5,6 @@
graphviz,
stdlib-list,
pytestCheckHook,
pythonOlder,
pyyaml,
setuptools,
toml,
@@ -16,8 +15,6 @@ buildPythonPackage rec {
version = "3.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "thebjorn";
repo = "pydeps";