rosdep does not want to install pip packages
When I have a package with a <run_depend>
on a python pip package, e.g. python-fysom - which is defined here - rosdep does not want to install it:
$ rosdep install --from-paths . -v
...
resolve_all: resource [my_package] requires rosdep keys [rospy, message_generation, std_msgs, catkin, python-fysom, rospy, std_msgs, message_runtime]
loading view [*default*] with rospkg loader
resolution: pip [fysom]
uninstalled: []
All system dependencies have been satisified
fysom is not installed:
$ pip uninstall fysom
Cannot uninstall requirement fysom, not installed
Am I doing it wrong or is that a bug in rosdep?