0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00
Robert Schütz 2025-03-04 18:47:04 -08:00 committed by Martin Weinelt
parent 943f3a63de
commit 6ce8685c88

View file

@ -7,8 +7,6 @@
defusedxml,
docker,
fetchFromGitHub,
numpy,
pillow,
pkg-config,
pycountry,
pytest-asyncio,
@ -16,7 +14,6 @@
pytestCheckHook,
pythonOlder,
rustPlatform,
svg-py,
testfixtures,
xz,
}:
@ -26,7 +23,7 @@ buildPythonPackage rec {
version = "12.3.1";
pyproject = true;
disabled = pythonOlder "3.12";
disabled = pythonOlder "3.13";
src = fetchFromGitHub {
owner = "DeebotUniverse";
@ -45,13 +42,12 @@ buildPythonPackage rec {
"defusedxml"
];
build-system = with rustPlatform; [
cargoSetupHook
maturinBuildHook
nativeBuildInputs = [
pkg-config
rustPlatform.cargoSetupHook
rustPlatform.maturinBuildHook
];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ xz ];
dependencies = [
@ -59,9 +55,6 @@ buildPythonPackage rec {
aiomqtt
cachetools
defusedxml
numpy
pillow
svg-py
];
nativeCheckInputs = [