From 94d66be03f513632b17c91da346b7b17f2a48afd Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 29 Aug 2023 08:55:34 +0200 Subject: [PATCH] www/py-gunicorn: Fix missing DEPENDS PR: 273412 Reported by: ultima --- www/py-gunicorn/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index dd7397721353..95024a4562ed 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -1,5 +1,6 @@ PORTNAME= gunicorn PORTVERSION= 21.2.0 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MASTER_SITES= PYPI @@ -11,6 +12,7 @@ WWW= https://gunicorn.org/ LICENSE= MIT 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} USES= cpe python