diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-02-03 13:33:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 13:33:18 -0500 |
commit | 916d6a9d08e6dec5128d467d4af708d1f82d5d7b (patch) | |
tree | 21af1e26b685588455f063f74f22d3459431f5c4 | |
parent | fb3c457bc08cb62582ff55e63b746be3adb3c0c9 (diff) | |
download | astroconda-contrib-916d6a9d08e6dec5128d467d4af708d1f82d5d7b.tar.gz |
semantic_version
Define missing python requirement
-rw-r--r-- | semantic_version/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/semantic_version/meta.yaml b/semantic_version/meta.yaml index da99412..6f80a6f 100644 --- a/semantic_version/meta.yaml +++ b/semantic_version/meta.yaml @@ -15,7 +15,7 @@ build: requirements: host: - pip - - python + - python {{ python }} run: - python |