diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-14 10:26:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-14 10:26:27 +0000 |
commit | b5c8cbdee8e7dbf7d7867c2791c3b2a2bc4d836d (patch) | |
tree | 7041fcb57eb7cfa4d17ca9511496bbb44ed54ed3 /databases | |
parent | 408d8065cdb751b791e5c9dcdd8d4163fcf42731 (diff) | |
download | pkgsrc-b5c8cbdee8e7dbf7d7867c2791c3b2a2bc4d836d.tar.gz |
Update python 3.x status after py-twisted now supports 3.x.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-carbon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index 06691feff11..616317fd3a2 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:27 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/02/14 10:26:28 wiz Exp $ DISTNAME= carbon-0.9.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-whisper>=${PKGVERSION_NOREV}:../../databases/py-whisper USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-whisper .include "../../mk/bsd.prefs.mk" .include "options.mk" |