git: 94d66be03f51 - main - www/py-gunicorn: Fix missing DEPENDS

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 29 Aug 2023 07:15:27 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94d66be03f513632b17c91da346b7b17f2a48afd

commit 94d66be03f513632b17c91da346b7b17f2a48afd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-29 06:55:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-29 07:15:13 +0000

    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