diff options
Diffstat (limited to 'devel/py-gs_api_client/Makefile')
-rw-r--r-- | devel/py-gs_api_client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-gs_api_client/Makefile b/devel/py-gs_api_client/Makefile index e64cc08613c4..49fffb10071a 100644 --- a/devel/py-gs_api_client/Makefile +++ b/devel/py-gs_api_client/Makefile @@ -11,7 +11,7 @@ COMMENT= Official Python wrapper for gridscale's API LICENSE= MIT -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |