python3.pkgs.pyregion: add missing cython dependency

This commit is contained in:
Theodore Ni
2023-08-08 12:45:49 +02:00
committed by Frederik Rietdijk
parent 69d4b019e2
commit e43bf6cf77
@@ -29,6 +29,7 @@ buildPythonPackage rec {
pyparsing
numpy
astropy
cython
];
# Upstream patches needed for the tests to pass