diff --git a/BUILD.md b/BUILD.md index 3e0e105..97bc617 100644 --- a/BUILD.md +++ b/BUILD.md @@ -25,7 +25,7 @@ Create a .deb: Install dependencies: ```sh -sudo dnf install -y rpm-build python3 python3-qt5 python3-appdirs python3-click python3-pyxdg python3-requests +sudo dnf install -y rpm-build python3 python3-qt5 python3-appdirs python3-click python3-pyxdg python3-requests podman ``` Run from source tree: @@ -197,4 +197,4 @@ Open a command prompt, cd to the dangerzone directory, and run: poetry run install\windows\build.bat ``` -When you're done you will have `dist\Dangerzone.msi`. \ No newline at end of file +When you're done you will have `dist\Dangerzone.msi`. diff --git a/install/linux/build_rpm.py b/install/linux/build_rpm.py index fa157ab..b73c12b 100755 --- a/install/linux/build_rpm.py +++ b/install/linux/build_rpm.py @@ -39,7 +39,7 @@ def main(): "python3", "setup.py", "bdist_rpm", - "--requires=python3-qt5,python3-appdirs,python3-click,python3-pyxdg,python3-requests", + "--requires=python3-qt5,python3-appdirs,python3-click,python3-pyxdg,python3-requests,podman", ] )