mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python312Packages.psd-tools: refactor inputs
This commit is contained in:
parent
d8f146c818
commit
8d31f5e0fe
@ -12,7 +12,7 @@
|
||||
numpy,
|
||||
aggdraw,
|
||||
pytestCheckHook,
|
||||
pytest-cov,
|
||||
pytest-cov-stub,
|
||||
ipython,
|
||||
cython,
|
||||
}:
|
||||
@ -31,10 +31,6 @@ buildPythonPackage rec {
|
||||
hash = "sha256-H3Szd8/NjXCkWyG/q+6O5L0Iq5u/g4UNdEmhDqQsAY8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i "/addopts =/d" pyproject.toml
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
cython
|
||||
@ -44,7 +40,6 @@ buildPythonPackage rec {
|
||||
aggdraw
|
||||
attrs
|
||||
docopt
|
||||
ipython
|
||||
numpy
|
||||
pillow
|
||||
scikit-image
|
||||
@ -53,7 +48,8 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-cov
|
||||
pytest-cov-stub
|
||||
ipython
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "psd_tools" ];
|
||||
|
Loading…
Reference in New Issue
Block a user