mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python314Packages.gast: remove astunparse
Not required since c9d91d26a2
This commit is contained in:
parent
8edd789084
commit
61b63e8b5a
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
astunparse,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
|
|
@ -22,7 +21,6 @@ buildPythonPackage rec {
|
|||
build-system = [ setuptools ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
astunparse
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue