python312Packages.pint-pandas: unbreak on Darwin
This commit is contained in:
parent
69743c1341
commit
880f3ada6c
@ -1,5 +1,4 @@
|
||||
{
|
||||
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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user