Commit c4be0b17 authored by Weijia Wang's avatar Weijia Wang
Browse files

python312Packages.yangson: drop setuptools

parent 50987a5d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 ];