diff options
Diffstat (limited to 'devel/py-jsonpointer/Makefile')
-rw-r--r-- | devel/py-jsonpointer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-jsonpointer/Makefile b/devel/py-jsonpointer/Makefile index 478718e964ed..4af12207aee1 100644 --- a/devel/py-jsonpointer/Makefile +++ b/devel/py-jsonpointer/Makefile @@ -12,7 +12,7 @@ COMMENT= Identify specific nodes in a JSON document (RFC 6901) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |