From dd9c715afd0645d4c7ad70fe538d2a7be6a69597 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Mon, 2 Sep 2019 13:03:36 +0200 Subject: [PATCH] [wip/py-crocoddyl] add missing dependency on py-example-robot-data --- py-crocoddyl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py-crocoddyl/Makefile b/py-crocoddyl/Makefile index 17ad865c..776b24a0 100644 --- a/py-crocoddyl/Makefile +++ b/py-crocoddyl/Makefile @@ -5,7 +5,7 @@ ORG= loco-3d NAME= crocoddyl VERSION= 0.9.0 -PKGREVISION= 3 +PKGREVISION= 4 DISTNAME= ${NAME}-${VERSION} PKGNAME= ${PKGTAG.python-}${DISTNAME} @@ -27,6 +27,7 @@ DYNAMIC_PLIST_DIRS+= share/doc/${NAME} include ../../wip/mk/sysdep/py-scipy.mk include ../../wip/example-robot-data/depend.mk +include ../../wip/py-example-robot-data/depend.mk include ../../wip/multicontact-api/depend.mk include ../../wip/py-multicontact-api/depend.mk include ../../wip/py-quadprog/depend.mk -- GitLab