From 557a8f18ce3366c4419da3f22c1482e862c3d0dd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 23 Aug 2023 08:56:55 +0200 Subject: [PATCH] python311Packages.mdformat-beautysh: remove wheel --- pkgs/development/python-modules/mdformat-beautysh/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/mdformat-beautysh/default.nix b/pkgs/development/python-modules/mdformat-beautysh/default.nix index 547d289f6f95..a117fea936eb 100644 --- a/pkgs/development/python-modules/mdformat-beautysh/default.nix +++ b/pkgs/development/python-modules/mdformat-beautysh/default.nix @@ -8,7 +8,6 @@ , poetry-core , pytestCheckHook , pythonOlder -, wheel }: buildPythonPackage rec { @@ -27,7 +26,6 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core - wheel ]; buildInputs = [