git: 7c3404f6ceff - main - misc/py-datasets: Fix build by relaxing py-dill dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 05 Oct 2024 03:09:39 UTC
The branch main has been updated by yuri:

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

commit 7c3404f6ceff649230c9e4c8ae9047ee90cf5827
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-05 02:31:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-05 03:09:28 +0000

    misc/py-datasets: Fix build by relaxing py-dill dependency
    
    Reported by:    fallout
---
 misc/py-datasets/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/py-datasets/Makefile b/misc/py-datasets/Makefile
index 2ca8b8793306..2df4cdf17e3b 100644
--- a/misc/py-datasets/Makefile
+++ b/misc/py-datasets/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproject_hooks>0:devel/py-pyproject_hooks
 		${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dill>0.3.0<0.3.9:devel/py-dill@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dill>0.3.0:devel/py-dill@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fsspec>=2023.1.0:devel/py-fsspec@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}huggingface-hub>0.21.2:misc/py-huggingface-hub@${PY_FLAVOR} \