python310Packages.mapbox: mark broken (#172627)
This commit is contained in:
parent
dea7e48d74
commit
d838e527c3
@ -32,5 +32,8 @@ buildPythonPackage rec {
|
||||
description = "Mapbox SDK for Python";
|
||||
longDescription = "Low-level client API for Mapbox web services.";
|
||||
maintainers = with maintainers; [ ersin ];
|
||||
# ImportError: cannot import name 'Mapping' from 'collections'
|
||||
# and archived upstreamed
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user