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:           Thu Apr  4 13:35:52 UTC 2024

Modified Files:
        pkgsrc/sysutils/duplicity: Makefile

Log Message:
duplicity: remove duplicate dependency (listed twice)


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 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.64 pkgsrc/sysutils/duplicity/Makefile:1.65
--- pkgsrc/sysutils/duplicity/Makefile:1.64     Mon Mar  4 14:45:17 2024
+++ pkgsrc/sysutils/duplicity/Makefile  Thu Apr  4 13:35:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2024/03/04 14:45:17 triaxx Exp $
+# $NetBSD: Makefile,v 1.65 2024/04/04 13:35:52 wiz Exp $
 
 DISTNAME=      duplicity-2.2.2
 CATEGORIES=    sysutils net python
@@ -14,7 +14,6 @@ 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
 
 GPGPATH=       ${PREFIX}/bin/gpg2



Home | Main Index | Thread Index | Old Index