python312Packages.yangson: drop setuptools

This commit is contained in:
Weijia Wang
2025-03-26 00:25:50 +01:00
parent 50987a5d73
commit c4be0b174d
@@ -5,7 +5,6 @@
poetry-core,
elementpath,
pyyaml,
setuptools,
pytestCheckHook,
}:
@@ -23,14 +22,9 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [
"setuptools"
];
dependencies = [
elementpath
pyyaml
setuptools
];
nativeCheckInputs = [ pytestCheckHook ];