python314Packages.gast: remove astunparse (#519870)

This commit is contained in:
Sandro 2026-05-19 22:12:43 +00:00 committed by GitHub
commit eaff4a2799
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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