Drop explicit install of python modules

python-ceph does not exist under Py3; any dependency on underlying
Python modules is expressed as package dependencies from ceph-*
packages.

python-pyudev is used by ceph.utils and needs to be installed
prior to using pyudev (which is typically done using a bash based
install hook - see ceph-osd for examples).

Change-Id: Id653345fd951a2eb044a6f88d03409a4d4b69b83
This commit is contained in:
James Page 2018-12-04 10:46:13 +00:00
parent 646c45dcf4
commit 0c2f77ff60
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ LEADER = 'leader'
PEON = 'peon'
QUORUM = [LEADER, PEON]
PACKAGES = ['ceph', 'gdisk', 'btrfs-tools', 'python-ceph',
'radosgw', 'xfsprogs', 'python-pyudev',
PACKAGES = ['ceph', 'gdisk', 'btrfs-tools',
'radosgw', 'xfsprogs',
'lvm2', 'parted']
CEPH_KEY_MANAGER = 'ceph'