mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Added podman dependency for Fedora (#42)
This commit is contained in:
parent
68c1110d9c
commit
bacc2d714e
2 changed files with 3 additions and 3 deletions
4
BUILD.md
4
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`.
|
||||
When you're done you will have `dist\Dangerzone.msi`.
|
||||
|
|
|
@ -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",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue