www/py-bottle: Add USE_PYTHON=concurrent due to bin/bottle.py being installed

Approved by:	portmgr
This commit is contained in:
Yuri Victorovich 2018-08-13 20:41:57 +00:00
parent e720cb2863
commit a309292790
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477113

View file

@ -3,7 +3,7 @@
PORTNAME= bottle
PORTVERSION= 0.12.13
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,6 +14,6 @@ COMMENT= Fast and simple WSGI-framework for small web-applications
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>