mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +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
2
BUILD.md
2
BUILD.md
|
@ -25,7 +25,7 @@ Create a .deb:
|
||||||
Install dependencies:
|
Install dependencies:
|
||||||
|
|
||||||
```sh
|
```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:
|
Run from source tree:
|
||||||
|
|
|
@ -39,7 +39,7 @@ def main():
|
||||||
"python3",
|
"python3",
|
||||||
"setup.py",
|
"setup.py",
|
||||||
"bdist_rpm",
|
"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