git: e414d91050f0 - main - devel/py-pytz-deprecation-shim: Add missing RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 10 Sep 2022 13:04:06 UTC
The branch main has been updated by sunpoet:

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

commit e414d91050f02d702645ca55a01860e7f4bdbfbd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 12:53:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 13:02:46 +0000

    devel/py-pytz-deprecation-shim: Add missing RUN_DEPENDS
    
    - Bump PORTREVISION for dependency change
    
    PR:             266260
---
 devel/py-pytz-deprecation-shim/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/py-pytz-deprecation-shim/Makefile b/devel/py-pytz-deprecation-shim/Makefile
index 9a07d101cf63..c55409ed80f2 100644
--- a/devel/py-pytz-deprecation-shim/Makefile
+++ b/devel/py-pytz-deprecation-shim/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pytz-deprecation-shim
 PORTVERSION=	0.1.0.post0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,8 @@ WWW=		https://github.com/pganssle/pytz-deprecation-shim
 
 LICENSE=	APACHE20
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tzdata>=0:devel/py-tzdata@${PY_FLAVOR}
+
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils