From 5cb4d7eed9e6d6a904559c5114d9a959df830df3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 3 Feb 2021 19:56:40 -0500 Subject: Add missing python requirement (#698) --- sphinx-automodapi/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sphinx-automodapi/meta.yaml b/sphinx-automodapi/meta.yaml index 3e87b00..7b18910 100644 --- a/sphinx-automodapi/meta.yaml +++ b/sphinx-automodapi/meta.yaml @@ -1,5 +1,6 @@ {% set name = "sphinx-automodapi" %} {% set version = "0.10" %} +{% set number = "1" %} package: name: "{{ name|lower }}" @@ -10,13 +11,13 @@ source: sha256: 5c989bfe37f555f635e8fbb650859df391556981f5a436507fb3241794fd26c6 build: - number: 0 + number: {{ number }} script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " requirements: host: - pip - - python + - python {{ python }} - sphinx >=1.3 run: - python -- cgit