From e601d7cb8f8aab95c17d952030f8e0ccefce33e3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Jun 2026 14:33:50 +0200 Subject: [PATCH] python3Packages.parsnip: remove wheel --- pkgs/development/python-modules/parsnip/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/parsnip/default.nix b/pkgs/development/python-modules/parsnip/default.nix index 7258874457c3..cc8a5c2fbcc5 100644 --- a/pkgs/development/python-modules/parsnip/default.nix +++ b/pkgs/development/python-modules/parsnip/default.nix @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, setuptools, - wheel, more-itertools, numpy, }: @@ -22,7 +21,6 @@ buildPythonPackage rec { build-system = [ setuptools - wheel ]; dependencies = [