diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-04-05 23:29:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-04-05 23:29:38 +0800 |
commit | 9e0581946abdf46988df35064183742199898cb8 (patch) | |
tree | 34a861f192430f945b9a5cfffbf635193207310d /www | |
parent | 9adc40945fc05b099f1cab1a8da75fce4672c4fd (diff) | |
download | freebsd-ports-gnome-9e0581946abdf46988df35064183742199898cb8.tar.gz freebsd-ports-gnome-9e0581946abdf46988df35064183742199898cb8.tar.zst freebsd-ports-gnome-9e0581946abdf46988df35064183742199898cb8.zip |
- Document incompatibility with python 3.7+
Approved by: portmgr blanket
Diffstat (limited to 'www')
-rw-r--r-- | www/py-http-parser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-http-parser/Makefile b/www/py-http-parser/Makefile index f301b2a9c8a4..8ea0c9e7695c 100644 --- a/www/py-http-parser/Makefile +++ b/www/py-http-parser/Makefile @@ -13,7 +13,7 @@ COMMENT= HTTP request/response parser for python in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:-3.6 USE_PYTHON= autoplist distutils post-install: |