[ceph-daemon] Don't pip install six and pyopenssl

The six and pyopenssl packages are installed via apt due to
dependencies from other apt packages. Installing them via pip
seems to create conflicts that cause problems with ceph-mgr. This
change simply removes them from the list of pip packages so the
apt packages may be used without conflicts.

Change-Id: Ic772763e4230a0ec1ce3457c4674ee1637355f04
This commit is contained in:
Stephen Taylor 2025-01-29 11:45:57 -07:00
parent d234c6fe9c
commit a06486f08b

@ -53,8 +53,6 @@ RUN set -ex \
PyYAML \
setuptools==70.3.0 \
&& pip3 install --no-cache-dir --upgrade \
six \
pyopenssl \
openssl-python \
python-swiftclient \
python-openstackclient \