python3Packages.pwlf: remove unneeded wheel native input

This commit is contained in:
Doron Behar
2026-06-29 10:33:49 +03:00
parent eab172b9bd
commit 6109e565e2
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
setuptools,
wheel,
scipy,
numpy,
pydoe,
@@ -24,7 +23,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
wheel
];
propagatedBuildInputs = [