Merge pull request #305843 from trofi/pypy27Packages.pluthon-fix-eval

pypy27Packages.pluthon: fix eval
This commit is contained in:
Mario Rodas 2024-04-21 19:06:47 -05:00 committed by GitHub
commit bc3d59084c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
setuptools
uplc
ordered-set
] ++ lib.optionals (pythonOlder "3.9") graphlib-backport;
] ++ lib.optional (pythonOlder "3.9") graphlib-backport;
pythonImportsCheck = [ "pluthon" ];