pypy3Packages.adb-shell: fix the eval (#525354)
This commit is contained in:
@@ -53,7 +53,7 @@ buildPythonPackage (finalAttrs: {
|
||||
pycryptodome
|
||||
pytestCheckHook
|
||||
]
|
||||
++ lib.concatAttrValues finalAttrs.optional-dependencies;
|
||||
++ lib.concatAttrValues finalAttrs.passthru.optional-dependencies;
|
||||
|
||||
pythonImportsCheck = [ "adb_shell" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user