python314Packages.gast: remove astunparse

Not required since c9d91d26a2
This commit is contained in:
Sandro Jäckel 2026-05-13 20:09:18 +02:00
commit 61b63e8b5a
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -1,6 +1,5 @@
{
lib,
astunparse,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
@ -22,7 +21,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
nativeCheckInputs = [
astunparse
pytestCheckHook
];