python310Packages.mapbox: mark broken (#172627)

This commit is contained in:
Sandro 2022-05-12 04:56:33 +02:00 committed by GitHub
parent dea7e48d74
commit d838e527c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}