python3Pakcages.basemap: mark broken for python >= 3.9
This commit is contained in:
parent
140e41442f
commit
75eb8e50df
|
@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue