Overriding deb dependencies
Hi, is there an easy way to manually override dependencies of a ros stack when installing it using the Ubuntu repository?
More specific: I'm trying to install ros-electric-openni-kinect which requires ros-electric-vision-opencv. The latter also wants to install the opencv libraries, which I already have installed (but manually built and therefore are not being tracked by dpkg).
Is there a way to workaround this issue or do I need to compile the ros stacks myself? Could that rise similar issues if something else depends on the vision-opencv stack?