Skip to content

Commit

Permalink
textproc/py-sphinxcontrib-autoprogram: Add py-six DOCS_BUILD_DEPENDS
Browse files Browse the repository at this point in the history
Add missing build depends py-six that was previously brought in by
another port.

Reported by:	transitive@gmail.com
PR:		273532
  • Loading branch information
derekschrock authored and clausecker committed Sep 10, 2023
1 parent 55bf3da commit f16165e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion textproc/py-sphinxcontrib-autoprogram/Makefile
Expand Up @@ -20,7 +20,8 @@ NO_ARCH= yes

OPTIONS_DEFINE= DOCS

DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR}
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR}
DOCS_PORTDOCS= *
DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \
PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env"
Expand Down

0 comments on commit f16165e

Please sign in to comment.