mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/py-gunicorn: Fix missing DEPENDS
PR: 273412 Reported by: ultima
This commit is contained in:
parent
d9674943a2
commit
94d66be03f
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= gunicorn
|
PORTNAME= gunicorn
|
||||||
PORTVERSION= 21.2.0
|
PORTVERSION= 21.2.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
|
@ -11,6 +12,7 @@ WWW= https://gunicorn.org/
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR}
|
||||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= cpe python
|
USES= cpe python
|
||||||
|
|
Loading…
Add table
Reference in a new issue