diff options
author | Lee Yarwood <lyarwood@redhat.com> | 2020-10-03 13:16:00 +0100 |
---|---|---|
committer | Lee Yarwood <lyarwood@redhat.com> | 2020-10-03 13:20:21 +0100 |
commit | ead034d9693727dc3f74044ab1c8e4677036f3e1 (patch) | |
tree | 485aad6102a75fe637298e88f13de3ee92414639 /bindep.txt | |
parent | d309e3cdf52bb4f8800c59f295a9c2ffb4069369 (diff) | |
download | nova-ead034d9693727dc3f74044ab1c8e4677036f3e1.tar.gz |
bindep: Install python3 and python3-devel on CentOS 8 and Fedora
python-devel is no longer available on either distro, both should now
use python3 and python3-devel packages.
Change-Id: I51eb3c6626aec9842cb756d7f97c683c77479401
Diffstat (limited to 'bindep.txt')
-rw-r--r-- | bindep.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bindep.txt b/bindep.txt index 535a8a0b43..b32c5cba73 100644 --- a/bindep.txt +++ b/bindep.txt @@ -38,11 +38,10 @@ postgresql-client [platform:dpkg] postgresql-devel [platform:rpm test] postgresql-server [platform:rpm] python-dev [platform:dpkg test] -python-devel [platform:rpm test] python3-all [platform:dpkg] python3-all-dev [platform:dpkg] -python3-devel [platform:fedora] -python34-devel [platform:centos] +python3 [platform:rpm test] +python3-devel [platform:rpm test] sqlite-devel [platform:rpm test] texlive [pdf-docs] texlive-latex-recommended [pdf-docs] |