python314Packages.gast: remove astunparse (#519870)

This commit is contained in:
Sandro
2026-05-19 22:12:43 +00:00
committed by GitHub
@@ -1,6 +1,5 @@
{
lib,
astunparse,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
@@ -22,7 +21,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeCheckInputs = [
astunparse
pytestCheckHook
];