python311Packages.pymetno: remove pytz

This commit is contained in:
Fabian Affolter 2023-11-11 09:18:19 +01:00 committed by GitHub
parent 77784427cb
commit 4cde58f012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,6 @@
, fetchFromGitHub
, aiohttp
, async-timeout
, pytz
, xmltodict
, pythonOlder
}:
@ -25,7 +24,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
async-timeout
pytz
xmltodict
];