pypy3Packages.adb-shell: fix the eval (#525354)

This commit is contained in:
Yohann Boniface
2026-05-28 21:23:32 +00:00
committed by GitHub
@@ -53,7 +53,7 @@ buildPythonPackage (finalAttrs: {
pycryptodome
pytestCheckHook
]
++ lib.concatAttrValues finalAttrs.optional-dependencies;
++ lib.concatAttrValues finalAttrs.passthru.optional-dependencies;
pythonImportsCheck = [ "adb_shell" ];