git: 09b448dc3e32 - main - misc/py-openai: Add missing dependencies

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 02 Mar 2023 07:35:55 UTC
The branch main has been updated by yuri:

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

commit 09b448dc3e3212ae2dace7cb690887dbfdf76925
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2023-03-02 07:34:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-02 07:35:44 +0000

    misc/py-openai: Add missing dependencies
    
    PR:             269876
---
 misc/py-openai/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/misc/py-openai/Makefile b/misc/py-openai/Makefile
index bf8eb722f72a..21e664c82a8b 100644
--- a/misc/py-openai/Makefile
+++ b/misc/py-openai/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	openai
 DISTVERSION=	0.26.5
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wandb>0:misc/py-wandb@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wandb>0:misc/py-wandb@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist