diff --git a/py-mpc-interface/Makefile b/py-mpc-interface/Makefile index 8a916e9c8387d758345327abc902d85b252366e0..beb9f32b3eac2da4d50d31fef934380fe830b00b 100644 --- a/py-mpc-interface/Makefile +++ b/py-mpc-interface/Makefile @@ -5,7 +5,7 @@ ORG= gepetto NAME= mpc-interface VERSION= 1.0.0 -PKGREVISION= 1 +PKGREVISION= 2 USE_PYTHON= true DEPEND_ABI.python= python>=3.6 @@ -13,6 +13,7 @@ DEPEND_ABI.python= python>=3.6 CATEGORIES= wip COMMENT= A fast and flexible formulation of QP Probl +include ../../wip/py-sympy/depend.mk include ../../devel/jrl-cmakemodules/Makefile.common include ../../math/eigen3/depend.mk include ../../pkgtools/pkg-config/depend.mk