python3Packages.pytapo: Add missing dependency

This commit is contained in:
fleaz
2023-04-07 01:27:38 +02:00
parent c5bb743d17
commit b597a17532
@@ -5,6 +5,7 @@
# propagates
, pycryptodome
, requests
, rtp
, urllib3
}:
@@ -21,6 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pycryptodome
requests
rtp
urllib3
];