python310Packages.aioxmpp: Propgate pytz

Missing undeclared dependency.
This commit is contained in:
Martin Weinelt 2023-03-08 17:45:29 +01:00
parent fe2aa695b5
commit abec532124
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,6 +10,7 @@
, pyasn1
, pyasn1-modules
, pyopenssl
, pytz
, sortedcollections
, tzlocal
, pytestCheckHook
@ -38,6 +39,7 @@ buildPythonPackage rec {
pyasn1
pyasn1-modules
pyopenssl
pytz
sortedcollections
tzlocal
];