docs: Fix python3 package names

Closes-Bug: #2120783
Signed-off-by: Tim Burke <tim.burke@gmail.com>
Change-Id: Id175329d717bb4959def8b43765fec668aa26696
This commit is contained in:
Tim Burke
2025-08-22 09:02:01 -07:00
parent 457af40c9b
commit aa3a4eeb27

View File

@@ -31,8 +31,8 @@ Install and configure components
.. code-block:: console
# apt-get install swift swift-proxy python-swiftclient \
python-keystoneclient python-keystonemiddleware \
# apt-get install swift swift-proxy python3-swiftclient \
python3-keystoneclient python3-keystonemiddleware \
memcached
.. note::