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: add missing dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f12ab0608d37
branches:  trunk
changeset: 453045:f12ab0608d37
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 22 09:55:25 2021 +0000

description:
py-daemon: add missing dependency

diffstat:

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

diffs (17 lines):

diff -r 55562e5ffd94 -r f12ab0608d37 devel/py-daemon/Makefile
--- a/devel/py-daemon/Makefile  Sat May 22 09:48:01 2021 +0000
+++ b/devel/py-daemon/Makefile  Sat May 22 09:55:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/05/08 09:16:15 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/05/22 09:55:25 nia Exp $
 
 DISTNAME=      python-daemon-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -10,6 +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
 DEPENDS+=      ${PYPKGPREFIX}-lockfile>=0.10:../../devel/py-lockfile
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools



Home | Main Index | Thread Index | Old Index