Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/setup.py: fix Fedora package to python3
In Fedora, the "python-*" packages may refer to Python2, so we need to install the "python3-*" packages specifically, now that our scripts require Python3. This patch fixes build failures on Fedora 29 and Fedora 30. Debian/Ubuntu setups may need similar fixes, but I didn't test them and a fix is not included in this patch. Signed-off-by: Nadav Har'El <[email protected]>
- Loading branch information