pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/duplicity



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 10 16:51:52 UTC 2024

Modified Files:
        pkgsrc/sysutils/duplicity: Makefile

Log Message:
duplicity: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/duplicity/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/duplicity/Makefile
diff -u pkgsrc/sysutils/duplicity/Makefile:1.62 pkgsrc/sysutils/duplicity/Makefile:1.63
--- pkgsrc/sysutils/duplicity/Makefile:1.62     Wed Jan 10 16:46:20 2024
+++ pkgsrc/sysutils/duplicity/Makefile  Wed Jan 10 16:51:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2024/01/10 16:46:20 triaxx Exp $
+# $NetBSD: Makefile,v 1.63 2024/01/10 16:51:52 wiz Exp $
 
 DISTNAME=      duplicity-2.1.5
 CATEGORIES=    sysutils net python
@@ -13,6 +13,7 @@ USE_PKGLOCALEDIR=     yes
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=44.1.1:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=5.0.2:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-fasteners-[0-9]*:../../devel/py-fasteners
 DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
 



Home | Main Index | Thread Index | Old Index