summaryrefslogtreecommitdiff
path: root/databases/py-barman
diff options
context:
space:
mode:
authorwiz <wiz>2017-02-20 17:00:35 +0000
committerwiz <wiz>2017-02-20 17:00:35 +0000
commit2a0f8713c8b9b2a922bf7d2c7f3f7ef57f606e28 (patch)
tree5d59a657818b5916bc70e512e3fa49873216e5d6 /databases/py-barman
parentb11095ad512162b2834c7b82f0d155fc978597b1 (diff)
downloadpkgsrc-2a0f8713c8b9b2a922bf7d2c7f3f7ef57f606e28.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"