Refactor module

Change-Id: Ic290c444a881559da57f4c42a2f033c6fef7c805
diff --git a/baremetal_simulator/map.jinja b/baremetal_simulator/map.jinja
index 1ef3600..f3e7993 100644
--- a/baremetal_simulator/map.jinja
+++ b/baremetal_simulator/map.jinja
@@ -1,6 +1,6 @@
 {% set baremetal_simulator = salt['grains.filter_by']({
     'Common': {
-        'pkgs': ['python-pip', 'openvswitch-switch', 'libvirt-bin'],
+        'pkgs': ['python-pip', 'openvswitch-switch', 'python-libvirt', 'libvirt-bin', 'pkg-config'],
         'pip_pkgs': ['virtualbmc'],
     }
 }, base='Common', merge=pillar.get('baremetal_simulator', {})) %}