about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-01-13 15:36:50 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-01-13 15:36:50 +0100
commit42f9dfc75b1409f71f4258bbbf88f430d67a008d (patch)
treebf83e6f1b47ea368590ec8e4bbc0b34247a0dba2
parentffff7c634e75d0055279e9a0f173c37be319ae72 (diff)
python311Packages.weasel: remove wheel
-rw-r--r--pkgs/development/python-modules/weasel/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/weasel/default.nix b/pkgs/development/python-modules/weasel/default.nix
index 0ba881088c9c1..94854968c9281 100644
--- a/pkgs/development/python-modules/weasel/default.nix
+++ b/pkgs/development/python-modules/weasel/default.nix
@@ -3,7 +3,6 @@
 , pythonOlder
 , fetchFromGitHub
 , setuptools
-, wheel
 , cloudpathlib
 , confection
 , packaging
@@ -32,7 +31,6 @@ buildPythonPackage rec {
 
   nativeBuildInputs = [
     setuptools
-    wheel
   ];
 
   propagatedBuildInputs = [