python3Pakcages.basemap: mark broken for python >= 3.9

This commit is contained in:
Lancelot SIX 2021-04-11 16:28:33 +01:00
parent 140e41442f
commit 75eb8e50df
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonAtLeast
, numpy
, matplotlib
, pillow
@ -43,6 +44,7 @@ buildPythonPackage rec {
http://matplotlib.github.com/basemap/users/examples.html for examples of what it can do.
'';
license = with licenses; [ mit gpl2 ];
broken = pythonAtLeast "3.9";
};
}