Unverified Commit 4cde58f0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.pymetno: remove pytz

parent 77784427
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, fetchFromGitHub
, aiohttp
, async-timeout
, pytz
, xmltodict
, pythonOlder
}:
@@ -25,7 +24,6 @@ buildPythonPackage rec {
  propagatedBuildInputs = [
    aiohttp
    async-timeout
    pytz
    xmltodict
  ];