git: 1c66717d3c7a - main - math/py-formulaic: Add missing dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 24 Apr 2023 16:24:21 UTC
The branch main has been updated by yuri:

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

commit 1c66717d3c7a5b546f5a7d910511e46adbf1e6cd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-04-24 16:15:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-04-24 16:24:19 +0000

    math/py-formulaic: Add missing dependency
---
 math/py-formulaic/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/py-formulaic/Makefile b/math/py-formulaic/Makefile
index cc5c20d5afa8..c3ef1f499e27 100644
--- a/math/py-formulaic/Makefile
+++ b/math/py-formulaic/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	formulaic
 PORTVERSION=	0.5.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math python # statistics
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astor>=0.8:devel/py-astor@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cached-property>=1.3.0:devel/py-cached-property@${PY_FLAVOR} \
 		${PYNUMY} \
+		${PYTHON_PKGNAMEPREFIX}interface-meta>=1.2.0:devel/py-interface-meta@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=1.0:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.6:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR} \