Bloom with Pip Test Depend
I am trying to bloom a package to indigo with bloom-release 0.6.2
The package has a test_depend
on python-gitpython-pip
a.k.a. GitPython but it is installed via pip. From rosdep...
python-gitpython-pip:
ubuntu:
pip:
packages: [gitpython]
When I bloom the package, I get the following error.
Pre-verifying Debian dependency keys...
Running 'rosdep update'...
Key 'python-gitpython-pip' resolved to '['gitpython']' with installer 'pip', which does not match the default installer 'apt'.
Failed to resolve python-gitpython-pip on ubuntu:trusty with: Error running generator: The Debian generator does not support dependencies which are installed with the 'pip' installer.
python-gitpython-pip is depended on by these packages: ['ros_introspection']
<== Failed
Some of the dependencies for packages in this repository could not be resolved by rosdep.
You can try to address the issues which appear above and try again if you wish.
Would you like to try again? [Y/n]? n
I feel like I should still be able to generate a Debian since it is only a test_depend
. What's the best way around this?