mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
devel/py-pathos: Update version requirement of RUN_DEPENDS
This commit is contained in:
parent
cf273062d6
commit
33ab85adea
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>=0.3.7:devel/py-dill@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>=0.3.8:devel/py-dill@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}multiprocess>=0.70.12:devel/py-multiprocess@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pox>=0.3.4:devel/py-pox@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ppft>=1.7.6.8:devel/py-ppft@${PY_FLAVOR}
|
||||
|
@ -1,11 +1,8 @@
|
||||
--- setup.py.orig 2024-01-28 19:02:51 UTC
|
||||
+++ setup.py
|
||||
@@ -90,9 +90,9 @@ ppft_version = 'ppft>=1.7.6.8'
|
||||
|
||||
# define dependencies
|
||||
@@ -92,7 +92,7 @@ pox_version = 'pox>=0.3.4'
|
||||
ppft_version = 'ppft>=1.7.6.8'
|
||||
-dill_version = 'dill>=0.3.8'
|
||||
+dill_version = 'dill>=0.3.7'
|
||||
dill_version = 'dill>=0.3.8'
|
||||
pox_version = 'pox>=0.3.4'
|
||||
-mp_version = 'multiprocess>=0.70.16'
|
||||
+mp_version = 'multiprocess>=0.70.12'
|
||||
|
Loading…
Reference in New Issue
Block a user