pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-buildbot-www py-buildbot-www: TEST_DEPENDS ->...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df026479f346
branches: trunk
changeset: 378296:df026479f346
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Apr 05 05:29:53 2018 +0000
description:
py-buildbot-www: TEST_DEPENDS -> BUILD_DEPENDS
setup.py checks for mock's existence and does not build if it's not there.
While here, USE_LANGUAGE -> USE_LANGUAGES.
diffstat:
devel/py-buildbot-www/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r c883ac9f6a86 -r df026479f346 devel/py-buildbot-www/Makefile
--- a/devel/py-buildbot-www/Makefile Thu Apr 05 05:20:59 2018 +0000
+++ b/devel/py-buildbot-www/Makefile Thu Apr 05 05:29:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/04/03 20:58:19 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/04/05 05:29:53 wiz Exp $
DISTNAME= buildbot-www-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,9 +12,9 @@
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-USE_LANGUAGE= # none
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index