From 088088a0e5fe7a383ebe8759df798d253402d760 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Mon, 3 Aug 2026 10:19:52 +0200 Subject: [PATCH 1/2] README: Document openSUSE dependency package Signed-off-by: Petr Vorel --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 9b777d6..9dc7fcf 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,12 @@ On Ubuntu, run: $ sudo apt-get install python-pbr +On openSUSE, run: + +.. code-block:: bash + + $ sudo zypper in -y python3-pbr + Once dependencies are installed, clone this repo and run ``setup.py``: .. code-block:: bash From c506e1183acb2f2e2a53950e1e9ec51597a36930 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Mon, 3 Aug 2026 10:21:43 +0200 Subject: [PATCH 2/2] README: Update dependency package for Ubuntu While at it, mention also Debian in this section. Signed-off-by: Petr Vorel --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9dc7fcf..a3bd00a 100644 --- a/README.rst +++ b/README.rst @@ -39,11 +39,11 @@ dependencies. On Fedora, run: $ sudo dnf install python-pbr -On Ubuntu, run: +On Debian/Ubuntu, run: .. code-block:: bash - $ sudo apt-get install python-pbr + $ sudo apt-get install python3-pbr On openSUSE, run: