pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-buildbot-www
Module Name: pkgsrc
Committed By: joerg
Date: Sun Feb 23 23:56:49 UTC 2020
Modified Files:
pkgsrc/devel/py-buildbot-www: Makefile
Log Message:
Needs py-pip and py-wheel
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-buildbot-www/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-buildbot-www/Makefile
diff -u pkgsrc/devel/py-buildbot-www/Makefile:1.10 pkgsrc/devel/py-buildbot-www/Makefile:1.11
--- pkgsrc/devel/py-buildbot-www/Makefile:1.10 Wed Feb 19 19:07:19 2020
+++ pkgsrc/devel/py-buildbot-www/Makefile Sun Feb 23 23:56:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/02/19 19:07:19 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/02/23 23:56:49 joerg Exp $
DISTNAME= buildbot-www-2.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot
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
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index