Add few other packages to the map list for fedora.
Needed to build some modules with pip. Change-Id: If6e210bbd68ffe7454069c4b0880ba787733aa7a
This commit is contained in:
parent
0a1bf74c32
commit
5bb6b362d4
@ -24,6 +24,21 @@ package_map = {
|
|||||||
'linux-image-generic': 'kernel',
|
'linux-image-generic': 'kernel',
|
||||||
'open-iscsi': 'iscsi-initiator-utils',
|
'open-iscsi': 'iscsi-initiator-utils',
|
||||||
'vlan': 'vconfig',
|
'vlan': 'vconfig',
|
||||||
|
'python-dev': 'python-devel',
|
||||||
|
'libc6-dev': 'glibc-devel',
|
||||||
|
'libxml2-dev': 'libxml2-devel',
|
||||||
|
'libxslt-dev': 'libxslt-devel',
|
||||||
|
'python-libvirt': 'libvirt-python',
|
||||||
|
'libvirt-bin': 'libvirt',
|
||||||
|
'python-xattr': 'pyxattr',
|
||||||
|
'python-memcache': 'python-memcached',
|
||||||
|
'tgt': 'scsi-target-utils',
|
||||||
|
'build-essential': 'make automake gcc gcc-c++ kernel-devel',
|
||||||
|
'python-mysqldb': 'MySQL-python',
|
||||||
|
'openvswitch-common': 'openvswitch',
|
||||||
|
'openvswitch-switch': 'openvswitch',
|
||||||
|
'python-numpy': 'numpy',
|
||||||
|
'libssl-dev': 'openssl-devel',
|
||||||
}
|
}
|
||||||
|
|
||||||
for arg in sys.argv[1:]:
|
for arg in sys.argv[1:]:
|
||||||
|
Loading…
Reference in New Issue
Block a user