diff options
author | joerg <joerg> | 2014-11-11 15:38:51 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-11-11 15:38:51 +0000 |
commit | e99a7cb60f971925cea5468f845973943deb4e2a (patch) | |
tree | 10cdce3227f6e9a289111269ae608393c40e1361 /databases | |
parent | 86724a2bd796993b27163dc8c05e8b50d474d8b7 (diff) | |
download | pkgsrc-e99a7cb60f971925cea5468f845973943deb4e2a.tar.gz |
py-argcomplete doesn't support Python 2.6.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-barman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-barman/Makefile b/databases/py-barman/Makefile index 5c1782f772e..eb6abf186d9 100644 --- a/databases/py-barman/Makefile +++ b/databases/py-barman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/11/04 12:56:14 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2014/11/11 15:38:51 joerg Exp $ DISTNAME= barman-1.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,6 +17,8 @@ DEPENDS+= rsync-[0-9]*:../../net/rsync PYTHON_VERSIONED_DEPENDENCIES= dateutil +PYTHON_VERSIONS_INCOMPATIBLE= 26 + USE_LANGUAGES= # none CONF_FILES+= share/examples/barman/barman.conf \ |