From a40b709d3f5fb2d70e66108de2c884dd9660028a Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 1 Aug 2019 17:27:32 -0400 Subject: Add setuptools to DRAGONS build deps. --- dragons/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dragons/meta.yaml b/dragons/meta.yaml index 600378c..c561bfc 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -17,6 +17,7 @@ requirements: # and therefore that the package is installable. build: - python + - setuptools - astropy >=1.2.1 - astroquery >=0.3.5 - cython >=0.24.1 -- cgit