diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-06 10:11:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-06 10:11:55 +0000 |
commit | cb4c052480f7f7edeba328f459bcc40a3d52006f (patch) | |
tree | 14769e200e366eb4de92d16ca5786a3593397767 /security/py-python-gvm | |
parent | Add USES=localbase to audio/musescore (diff) |
Remove python 2.7 support from newly added ports
Notes
Notes:
svn path=/head/; revision=560491
Diffstat (limited to 'security/py-python-gvm')
-rw-r--r-- | security/py-python-gvm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-python-gvm/Makefile b/security/py-python-gvm/Makefile index 1f5177eccdc0..ea6337c03c6b 100644 --- a/security/py-python-gvm/Makefile +++ b/security/py-python-gvm/Makefile @@ -11,7 +11,7 @@ COMMENT= The Greenbone Vulnerability Management Python API library LICENSE= GPLv3+ -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes |