phosphor-debug-collector: add missing inherit

Inherit pythonnative.

Change-Id: If5d48c44057186c47b958f0e84dead0c3364ce0f
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector.bb b/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector.bb
index 0c0c125..8337c1d 100644
--- a/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector.bb
+++ b/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector.bb
@@ -8,7 +8,8 @@
 
 inherit autotools \
         pkgconfig \
-        obmc-phosphor-dbus-service
+        obmc-phosphor-dbus-service \
+        pythonnative
 
 require phosphor-debug-collector.inc