diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-23 10:13:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-23 10:13:53 +0000 |
commit | 8d18887a205189fe6c754b02cdb1094b3473d29b (patch) | |
tree | 525b809dbd2a6ca57a59b61f57a2b3086ea7e1d2 /misc | |
parent | 5af0f020501016fccd93635f414199138783c863 (diff) | |
download | pkgsrc-8d18887a205189fe6c754b02cdb1094b3473d29b.tar.gz |
Mark as not-compatible with python-2.5 -- runtime error due to missing
argparse.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-carddav/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile index 2142c368bf9..2df2bb44fa0 100644 --- a/misc/py-carddav/Makefile +++ b/misc/py-carddav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/08/11 12:03:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/08/23 10:13:53 wiz Exp $ # DISTNAME= pycarddav0.3.4 @@ -19,6 +19,8 @@ DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject DEPENDS+= ${PYPKGPREFIX}-curl-[0-9]*:../../www/py-curl +PYTHON_VERSIONS_INCOMPATIBLE= 25 + USE_LANGUAGES= # none SUBST_CLASSES= env |