diff options
Diffstat (limited to 'devel/py-tabulate/Makefile')
-rw-r--r-- | devel/py-tabulate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-tabulate/Makefile b/devel/py-tabulate/Makefile index e6f151314aa3..6401126706cf 100644 --- a/devel/py-tabulate/Makefile +++ b/devel/py-tabulate/Makefile @@ -13,7 +13,7 @@ COMMENT= Pretty-print tabular data in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |