mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
14 lines
411 B
Python
14 lines
411 B
Python
--- 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
|
|
ppft_version = 'ppft>=1.7.6.8'
|
|
-dill_version = 'dill>=0.3.8'
|
|
+dill_version = 'dill>=0.3.7'
|
|
pox_version = 'pox>=0.3.4'
|
|
-mp_version = 'multiprocess>=0.70.16'
|
|
+mp_version = 'multiprocess>=0.70.12'
|
|
pyina_version = 'pyina>=0.2.7'
|
|
mystic_version = 'mystic>=0.4.0'
|
|
# add dependencies
|