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

View file

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