www/py-bottle: Add USE_PYTHON=concurrent due to bin/bottle.py being installed
Approved by: portmgr
This commit is contained in:
parent
e720cb2863
commit
a309292790
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477113
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue