pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-daemon py-daemon: fix BUILD_DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff0bfb1607ee
branches:  trunk
changeset: 453703:ff0bfb1607ee
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 02 11:42:17 2021 +0000

description:
py-daemon: fix BUILD_DEPENDS

diffstat:

 devel/py-daemon/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 627190c96b7f -r ff0bfb1607ee devel/py-daemon/Makefile
--- a/devel/py-daemon/Makefile  Wed Jun 02 10:25:50 2021 +0000
+++ b/devel/py-daemon/Makefile  Wed Jun 02 11:42:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/05/22 09:55:25 nia Exp $
+# $NetBSD: Makefile,v 1.19 2021/06/02 11:42:17 adam Exp $
 
 DISTNAME=      python-daemon-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -10,8 +10,7 @@
 COMMENT=       Library to implement a well-behaved Unix daemon process
 LICENSE=       gnu-gpl-v2
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../devel/py-twine
-DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
 DEPENDS+=      ${PYPKGPREFIX}-lockfile>=0.10:../../devel/py-lockfile
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage



Home | Main Index | Thread Index | Old Index