diff options
author | tnn <tnn@pkgsrc.org> | 2020-03-23 09:44:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-03-23 09:44:44 +0000 |
commit | 46003c0a5df0de59667ab5688c1c4ccfbdfbf6d7 (patch) | |
tree | 24ef29d560d53cba457a5c8f6756e4a8bc7a1709 /devel | |
parent | 2f5f3f0df436a129b5af1378040085079ccf1dbc (diff) | |
download | pkgsrc-46003c0a5df0de59667ab5688c1c4ccfbdfbf6d7.tar.gz |
py-buildbot-www: needs py-yaml during build
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-buildbot-www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-buildbot-www/Makefile b/devel/py-buildbot-www/Makefile index e7237e79977..d10286d6c29 100644 --- a/devel/py-buildbot-www/Makefile +++ b/devel/py-buildbot-www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/02/23 23:56:49 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2020/03/23 09:44:44 tnn Exp $ DISTNAME= buildbot-www-2.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,6 +15,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock BUILD_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml USE_LANGUAGES= # none |