python312Packages.pint-pandas: unbreak on Darwin
This commit is contained in:
parent
69743c1341
commit
880f3ada6c
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
stdenv,
|
|
||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
@ -9,6 +8,7 @@
|
|||||||
wheel,
|
wheel,
|
||||||
pint,
|
pint,
|
||||||
pandas,
|
pandas,
|
||||||
|
packaging,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -35,12 +35,12 @@ buildPythonPackage rec {
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
pint
|
pint
|
||||||
pandas
|
pandas
|
||||||
|
packaging
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [ pytestCheckHook ];
|
nativeCheckInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
|
||||||
description = "Pandas support for pint";
|
description = "Pandas support for pint";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
homepage = "https://github.com/hgrecco/pint-pandas";
|
homepage = "https://github.com/hgrecco/pint-pandas";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user