python310Packages.mapbox: mark broken (#172627)

main
Sandro 2 years ago committed by GitHub
parent dea7e48d74
commit d838e527c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/development/python-modules/mapbox/default.nix

@ -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…
Cancel
Save