diff options
Diffstat (limited to 'sysutils/py-py-cpuinfo/Makefile')
-rw-r--r-- | sysutils/py-py-cpuinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-py-cpuinfo/Makefile b/sysutils/py-py-cpuinfo/Makefile index 89ff51b6955f..92700626c3b4 100644 --- a/sysutils/py-py-cpuinfo/Makefile +++ b/sysutils/py-py-cpuinfo/Makefile @@ -12,7 +12,7 @@ COMMENT= Module for getting CPU info with pure Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes |