aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-04-23 18:38:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-04-23 18:38:21 +0000
commitf66579ff687f7f3f2fb6212c9de9dadb031785fb (patch)
tree0c3b96b946cc5bdf3d0c80438c23a01099b0ffef
parent3ab35823d46353f01f94f58cd764d2d4e08bd660 (diff)
downloadports-f66579ff687f7f3f2fb6212c9de9dadb031785fb.tar.gz
ports-f66579ff687f7f3f2fb6212c9de9dadb031785fb.zip
textproc/py-toml: py27 flavor is no longer needed
-rw-r--r--textproc/py-toml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-toml/Makefile b/textproc/py-toml/Makefile
index c5b4502983e9..0fccee6905ee 100644
--- a/textproc/py-toml/Makefile
+++ b/textproc/py-toml/Makefile
@@ -12,7 +12,7 @@ COMMENT= Python library for parsing and creating TOML
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:2.7+
+USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes