From 7b3205f3f6cbf93f5eb2e5998671011eff968d50 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 6 Jan 2018 18:49:03 -0500 Subject: Drop stsci.distutils as a runtime requirement. Not sure why it was even there. (#81) --- stsci.tools/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index 12c3009..e220797 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -30,7 +30,6 @@ requirements: run: - astropy - - stsci.distutils - pytools - numpy - python -- cgit