aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-26 06:34:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-26 07:20:18 +0000
commit819b51ccd99babac5fc4826e4418f3ff0830efe4 (patch)
treee1b3179758e721dcd89374836b5c783a73f44df2
parentcdc56288f4cea14cbf67c83913d6d75bff7bd61c (diff)
downloadports-819b51ccd99babac5fc4826e4418f3ff0830efe4.tar.gz
ports-819b51ccd99babac5fc4826e4418f3ff0830efe4.zip
databases/py-duckdb: Fix typo
-rw-r--r--databases/py-duckdb/Makefile2
1 files changed, 1 insertions, 1 deletions
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}