diff options
author | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
commit | 2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch) | |
tree | ba4b2b7073fa0770abcbf886b141067686318df9 /databases/py-kb | |
parent | cb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff) | |
download | pkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz |
Forget about Python 3.6
Diffstat (limited to 'databases/py-kb')
-rw-r--r-- | databases/py-kb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-kb/Makefile b/databases/py-kb/Makefile index ce373527fca..622323c4a05 100644 --- a/databases/py-kb/Makefile +++ b/databases/py-kb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/05/29 10:22:25 leot Exp $ +# $NetBSD: Makefile,v 1.2 2021/12/30 13:05:29 adam Exp $ DISTNAME= kb-manager-0.1.6 EGGNAME= ${DISTNAME:S/-manager//} @@ -17,8 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-gitpython-[0-9]*:../../devel/py-gitpython DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml -# Not for 2.7. 3.6 and 3.7 would need py-attr that is currently not packaged -PYTHON_VERSIONS_INCOMPATIBLE= 27 36 37 +# Not for 2.7. 3.7 would need py-attr that is currently not packaged +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 USE_LANGUAGES= # none |