From 61b63e8b5a57f9d3a75b03f698e1f31cc5ce55c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 13 May 2026 20:09:18 +0200 Subject: [PATCH] python314Packages.gast: remove astunparse Not required since https://github.com/serge-sans-paille/gast/commit/c9d91d26a21d9951f43f4ea5beeafa682757644f --- pkgs/development/python-modules/gast/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/gast/default.nix b/pkgs/development/python-modules/gast/default.nix index 35f3906c1576..8151bbace629 100644 --- a/pkgs/development/python-modules/gast/default.nix +++ b/pkgs/development/python-modules/gast/default.nix @@ -1,6 +1,5 @@ { lib, - astunparse, buildPythonPackage, fetchFromGitHub, pytestCheckHook, @@ -22,7 +21,6 @@ buildPythonPackage rec { build-system = [ setuptools ]; nativeCheckInputs = [ - astunparse pytestCheckHook ];