summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/hap-python
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/hap-python')
-rw-r--r--pkgs/development/python-modules/hap-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hap-python/default.nix b/pkgs/development/python-modules/hap-python/default.nix
index 97b5c1f480e3..8c7ae2b3bc2c 100644
--- a/pkgs/development/python-modules/hap-python/default.nix
+++ b/pkgs/development/python-modules/hap-python/default.nix
@@ -39,7 +39,7 @@ buildPythonPackage rec {
zeroconf
];
- passthru.optional-dependencies.QRCode = [
+ optional-dependencies.QRCode = [
base36
pyqrcode
];
@@ -48,7 +48,7 @@ buildPythonPackage rec {
pytest-asyncio
pytest-timeout
pytestCheckHook
- ] ++ passthru.optional-dependencies.QRCode;
+ ] ++ optional-dependencies.QRCode;
disabledTestPaths = [
# Disable tests requiring network access