Index: entity.features.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/entity/Attic/entity.features.inc,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 entity.features.inc
--- entity.features.inc	13 Jan 2011 18:05:26 -0000	1.1.2.2
+++ entity.features.inc	1 Feb 2011 17:22:45 -0000
@@ -92,6 +92,8 @@ class EntityDefaultFeaturesController {
     // Add the module providing the entity type as dependency.
     if ($data && !empty($this->info['module'])) {
       $export['dependencies'][$this->info['module']] = $this->info['module'];
+      // In case entity is not already an indirect dependency, add it.
+      $export['dependencies']['entity'] = 'entity';
     }
     return $pipe;
   }
