Skip to content

Commit

Permalink
scripts/setup.py: fix Fedora package to python3
Browse files Browse the repository at this point in the history
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
nyh committed Feb 24, 2020
1 parent a3892ce commit 7175a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Fedora(object):
'openssl-libs',
'p11-kit',
'patch',
'python-dpkt',
'python3-dpkt',
'qemu-img',
'qemu-system-x86',
'tcpdump',
Expand Down

0 comments on commit 7175a5a

Please sign in to comment.