git: 819b51ccd99b - main - databases/py-duckdb: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Jun 2022 07:20:31 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=819b51ccd99babac5fc4826e4418f3ff0830efe4 commit 819b51ccd99babac5fc4826e4418f3ff0830efe4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-26 06:34:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-26 07:20:18 +0000 databases/py-duckdb: Fix typo --- databases/py-duckdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/py-duckdb/Makefile b/databases/py-duckdb/Makefile index a4075806eacf..7e75de19d8de 100644 --- a/databases/py-duckdb/Makefile +++ b/databases/py-duckdb/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@$ ${PYTHON_PKGNAMEPREFIX}pybind11>=2.6.0:devel/py-pybind11@${PY_FLAVOR} \ ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-storage>0:www/py-google-cloud-storage@${PY_FLAVOR}