Unverified Commit 880f3ada authored by Malo Bourgon's avatar Malo Bourgon
Browse files

python312Packages.pint-pandas: unbreak on Darwin

parent 69743c13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  stdenv,
  lib,
  buildPythonPackage,
  fetchFromGitHub,
@@ -9,6 +8,7 @@
  wheel,
  pint,
  pandas,
  packaging,
  pytestCheckHook,
}:

@@ -35,12 +35,12 @@ buildPythonPackage rec {
  dependencies = [
    pint
    pandas
    packaging
  ];

  nativeCheckInputs = [ pytestCheckHook ];

  meta = {
    broken = stdenv.hostPlatform.isDarwin;
    description = "Pandas support for pint";
    license = lib.licenses.bsd3;
    homepage = "https://github.com/hgrecco/pint-pandas";