faiss, python312Packages.faiss: remove useless wheel from build-system

This commit is contained in:
Gaetan Lepage 2024-10-10 15:22:28 +02:00
parent 6b18531416
commit 44d92674c6
2 changed files with 0 additions and 3 deletions

View File

@ -63,7 +63,6 @@ stdenv.mkDerivation {
pythonPackages.python
pythonPackages.setuptools
pythonPackages.pip
pythonPackages.wheel
];
buildInputs =

View File

@ -7,7 +7,6 @@
packaging,
setuptools,
pip,
wheel,
}:
buildPythonPackage {
@ -24,7 +23,6 @@ buildPythonPackage {
build-system = [
setuptools
pip
wheel
];
dependencies = [