summaryrefslogtreecommitdiff
path: root/databases/py-barman
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-20 17:00:35 +0000
committerwiz <wiz@pkgsrc.org>2017-02-20 17:00:35 +0000
commitd6f96489a0adf6ef1185a53a15074577080379df (patch)
treeb9ba3baa4d0b7717bb6fd784dd497d15b091fb9e /databases/py-barman
parent873fbc865fdd3d3e8900c258dd4449f5dcbad02f (diff)
downloadpkgsrc-d6f96489a0adf6ef1185a53a15074577080379df.tar.gz
Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
Diffstat (limited to 'databases/py-barman')
-rw-r--r--databases/py-barman/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/py-barman/Makefile b/databases/py-barman/Makefile
index f6eb0544859..f23da9cdebb 100644
--- a/databases/py-barman/Makefile
+++ b/databases/py-barman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/06/06 14:56:16 fhajny Exp $
+# $NetBSD: Makefile,v 1.9 2017/02/20 17:00:35 wiz Exp $
DISTNAME= barman-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,10 +13,9 @@ LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete
DEPENDS+= ${PYPKGPREFIX}-argh>=0.21.2:../../devel/py-argh
DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= rsync-[0-9]*:../../net/rsync
-PYTHON_VERSIONED_DEPENDENCIES= dateutil
-
USE_LANGUAGES= # none
CONF_FILES+= share/examples/barman/barman.conf \
@@ -54,5 +53,4 @@ post-install:
${DESTDIR}${PREFIX}/share/examples/barman/barman.conf
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"