packagegroup-obmc-apps: Remove obmc-mgr-sensor

The obmc-mgr-sensor managed the sensors under the
/org/openbmc/sensors path which is now deprecated.
The sensors are now created in the paths specified
by the ipmi sensor config.yaml files.

Tested: Powered on a Witherspoon to the Host OS without ipmi
giving get/set sensor errors.

Change-Id: Iffbf4971aeeabc4a82f845fd5f1c3949ed0c4a80
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend b/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
index 7eb88fb..955eb24 100644
--- a/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
+++ b/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
@@ -7,13 +7,6 @@
 # provider (VIRTUAL-RUNTIME_obmc-inventory-manager).
 RDEPENDS_${PN}-inventory_append_df-openpower = " obmc-mgr-inventory"
 
-# Add the deprecated /org/openbmc sensor namespace providing
-# the obmc-mgr-sensor application to the sensor
-# packagegroup until all applications have been updated to use
-# the new, officially spec'ed xyz.openbmc_project.SensorValue
-# providers (VIRTUAL-RUNTIME_obmc-sensor-hwmon).
-RDEPENDS_${PN}-sensors_append_df-openpower = " obmc-mgr-sensor"
-
 # Add checkstop monitor as part of host state management package
 # This will kick start a gpio monitor that will catch the
 # host checkstop conditions and takes necessary actions