Commit 364b6bbd authored by Augustin Trancart's avatar Augustin Trancart
Browse files

python3Packages.geoarrow-pandas: add a missing dependency and mark as broken

parent fdfc7a33
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  pandas,
  pyarrow,
  geoarrow-pyarrow,
  geoarrow-types,
  setuptools-scm,
}:
buildPythonPackage rec {
@@ -31,6 +32,7 @@ buildPythonPackage rec {

  dependencies = [
    geoarrow-pyarrow
    geoarrow-types
    pandas
    pyarrow
  ];
@@ -49,5 +51,9 @@ buildPythonPackage rec {
      cpcloud
    ];
    teams = [ lib.teams.geospatial ];
    # its removal upstream is in question
    # https://github.com/geoarrow/geoarrow-python/issues/75
    # please unbreak it if the author decides to release a new version
    broken = true;
  };
}