[SOLVED] Install plone restapi from profile

I am trying to install plone restapi from metadata.xml.
All the others gets installed (but not restapi).
Am I missing something here?

<?xml version='1.0' encoding='UTF-8'?>
<metadata>
  <version>1000</version>
  <dependencies>
    <dependency>profile-medialog.controlpanel:default</dependency>
    <dependency>profile-collective.z3cform.datagridfield:default</dependency>
    <dependency>collective.collectionfilter.portlets:default</dependency>
    <dependency>plone.restapi:default</dependency> 
  </dependencies>
</metadata>

You are missing the profile- prefix. (Why is this required? I am not sure. Maybe that could be improved in GenericSetup.)

Thanks
( seems like I copied the line above, which strangely installs)