python3.pkgs.pyregion: add missing cython dependency

This commit is contained in:
Theodore Ni 2023-08-04 17:06:26 -07:00 committed by Frederik Rietdijk
parent 69d4b019e2
commit e43bf6cf77

View file

@ -29,6 +29,7 @@ buildPythonPackage rec {
pyparsing
numpy
astropy
cython
];
# Upstream patches needed for the tests to pass