diff options
author | wiz <wiz> | 2017-02-14 10:26:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-02-14 10:26:27 +0000 |
commit | 4cbc07a2991926acd6b12789a77d1df0654848b4 (patch) | |
tree | 3bec4a7a1ab8d13d79ed6abab8276e5426caea00 /databases | |
parent | 53681ddac11130644e3994ebfb669be5642ede2e (diff) | |
download | pkgsrc-4cbc07a2991926acd6b12789a77d1df0654848b4.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" |