python311Packages.mdformat-beautysh: remove wheel

This commit is contained in:
Fabian Affolter 2023-08-23 08:56:55 +02:00
parent dd214a5b76
commit 557a8f18ce

View file

@ -8,7 +8,6 @@
, poetry-core
, pytestCheckHook
, pythonOlder
, wheel
}:
buildPythonPackage rec {
@ -27,7 +26,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
wheel
];
buildInputs = [