Dependency on python-docopt
Hi there!
I have a package where I want to use python-docopt for argument parsing.
I declare it by
<run_depend>python-docopt</run_depend>
however my local buildfarm throws me a
KeyError: 'docopt'
I see that there is no python-docopt in https://github.com/ros/rosdistro/blob...
But how does this relate to https://github.com/ros/rosdistro/blob...
where it is defined?
Did I understand something wrong? Or do I have some misconfigured buildfarm?