python3Packages.parsnip: remove wheel

This commit is contained in:
Fabian Affolter
2026-06-12 09:54:29 +03:00
committed by Doron Behar
parent 52cda05670
commit e601d7cb8f
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
setuptools,
wheel,
more-itertools,
numpy,
}:
@@ -22,7 +21,6 @@ buildPythonPackage rec {
build-system = [
setuptools
wheel
];
dependencies = [