Added podman dependency for Fedora (#42)

This commit is contained in:
Gaurav Sitlani 2020-03-13 03:20:21 +05:30 committed by GitHub
parent 68c1110d9c
commit bacc2d714e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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`.

View file

@ -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",
]
)