python312Packages.yangson: drop setuptools
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user