1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

py-scgi is no longer compatible with python 2

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2020-04-13 06:56:00 +00:00
parent 6e969986d0
commit 6e852d9b11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531577

View File

@ -13,7 +13,7 @@ COMMENT= Python server implementation of the Simple Common Gateway Protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>