0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python312Packages.inkex: clean up test inputs (#371482)

This commit is contained in:
misuzu 2025-01-19 12:47:44 +02:00 committed by GitHub
commit 2bc2c3aa78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,8 +23,7 @@
buildPythonPackage {
pname = "inkex";
inherit (inkscape) version;
format = "pyproject";
pyproject = true;
inherit (inkscape) src;
@ -38,16 +37,19 @@ buildPythonPackage {
})
];
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
pythonRelaxDeps = [ "numpy" ];
propagatedBuildInputs = [
dependencies = [
cssselect
lxml
numpy
pillow
pygobject3
pyparsing
pyserial
scour
tinycss2
];
@ -60,10 +62,6 @@ buildPythonPackage {
checkInputs = [
gtk3
packaging
pillow
pyparsing
scour
];
disabledTests =