From d820bbddedd91cda0321f049670c8c889c589165 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:50:29 -0700 Subject: [PATCH] python310Packages.drms: add missing build dependencies --- pkgs/development/python-modules/drms/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/drms/default.nix b/pkgs/development/python-modules/drms/default.nix index 739cf1bf505b..913e069f4fbe 100644 --- a/pkgs/development/python-modules/drms/default.nix +++ b/pkgs/development/python-modules/drms/default.nix @@ -5,10 +5,12 @@ , pandas , six , astropy +, oldest-supported-numpy , pytestCheckHook , pytest-doctestplus , pythonOlder , setuptools-scm +, wheel }: buildPythonPackage rec { @@ -23,7 +25,10 @@ buildPythonPackage rec { }; nativeBuildInputs = [ + numpy + oldest-supported-numpy setuptools-scm + wheel ]; propagatedBuildInputs = [