Get apt-get dependencies given rosdep key
So I know using rosdep install
will install the dependencies for a given package. However I need to get a list of all the system dependencies for a given package. Is there a way to get the corresponding apt-get entries in the rosdep database given the rosdep key?
i.e the foo
rosdep key has this entry in the database:
foo:
...
debian: [package1,package2,...]
...
Is there a command that will return package1 packag2 ...
with rosdep?