From c4be0b174db0a78d83b80655935ef5880cbd33e0 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Wed, 26 Mar 2025 00:25:26 +0100 Subject: [PATCH] python312Packages.yangson: drop setuptools --- pkgs/development/python-modules/yangson/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/yangson/default.nix b/pkgs/development/python-modules/yangson/default.nix index 7d2d68747795..b72e32eea1b0 100644 --- a/pkgs/development/python-modules/yangson/default.nix +++ b/pkgs/development/python-modules/yangson/default.nix @@ -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 ];