From e43bf6cf77e2b9c0743126670ca162d64934cff8 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:06:26 -0700 Subject: [PATCH] python3.pkgs.pyregion: add missing cython dependency --- pkgs/development/python-modules/pyregion/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pyregion/default.nix b/pkgs/development/python-modules/pyregion/default.nix index 115729b64766..30c63528514f 100644 --- a/pkgs/development/python-modules/pyregion/default.nix +++ b/pkgs/development/python-modules/pyregion/default.nix @@ -29,6 +29,7 @@ buildPythonPackage rec { pyparsing numpy astropy + cython ]; # Upstream patches needed for the tests to pass