From dd633eab015348ba8cb215961ba0293cc2bc8dda Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 10 Mar 2020 14:20:06 +0000 Subject: [PATCH] Mark BROKEN: missing dependency Reported by: pkg-fallout --- math/py-gym/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile index 9852300af413..75a5ca9500f7 100644 --- a/math/py-gym/Makefile +++ b/math/py-gym/Makefile @@ -12,6 +12,8 @@ COMMENT= OpenAI toolkit for developing and comparing your reinforcement learning LICENSE= MIT +BROKEN= depends on package: ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0 - not found + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PY_ENUM34} \ ${PYNUMPY} \