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:
commit
2bc2c3aa78
1 changed files with 6 additions and 8 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue