summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2018-09-27 22:38:59 +0000
committertnn <tnn@pkgsrc.org>2018-09-27 22:38:59 +0000
commit40898a09538e62a642d41a7e0ef1a1b5d0bbde23 (patch)
tree49ad087466a4baeae4e2e7f43f9cee0ded9be883
parente4b25a6ee2c8ef7879ea9a1c39bebb95947c7cef (diff)
downloadpkgsrc-40898a09538e62a642d41a7e0ef1a1b5d0bbde23.tar.gz
py-sphinx-autodoc-typehints: BUILD_DEPENDS on py-setuptools_scm
-rw-r--r--textproc/py-sphinx-autodoc-typehints/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-sphinx-autodoc-typehints/Makefile b/textproc/py-sphinx-autodoc-typehints/Makefile
index af648ba96e7..edb8eac0228 100644
--- a/textproc/py-sphinx-autodoc-typehints/Makefile
+++ b/textproc/py-sphinx-autodoc-typehints/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/05/27 01:59:35 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/27 22:38:59 tnn Exp $
DISTNAME= sphinx-autodoc-typehints-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/agronholm/sphinx-autodoc-typehints
COMMENT= Type hints support for the Sphinx autodoc extension
LICENSE= mit
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.4:../../textproc/py-sphinx
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test