summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/adb-shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/adb-shell/default.nix')
-rw-r--r--pkgs/development/python-modules/adb-shell/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/adb-shell/default.nix b/pkgs/development/python-modules/adb-shell/default.nix
index 792729da1fac..bc10948f070f 100644
--- a/pkgs/development/python-modules/adb-shell/default.nix
+++ b/pkgs/development/python-modules/adb-shell/default.nix
@@ -33,7 +33,7 @@ buildPythonPackage rec {
rsa
];
- passthru.extras-require = {
+ passthru.optional-dependencies = {
async = [
aiofiles
];
@@ -47,8 +47,8 @@ buildPythonPackage rec {
pycryptodome
pytestCheckHook
]
- ++ passthru.extras-require.async
- ++ passthru.extras-require.usb;
+ ++ passthru.optional-dependencies.async
+ ++ passthru.optional-dependencies.usb;
disabledTests = lib.optionals (pythonAtLeast "3.10") [
# Tests are failing with Python 3.10