Skip to content

Commit

Permalink
Add python3 to bindep
Browse files Browse the repository at this point in the history
We recently switched to using python3, so let's add the files to
bindep.txt as well so that the packages get installed if needed.

Note this is a nop in OpenStack CI since python3 is available already.
But this is important to document dependencies.

Change-Id: Ic6c1c9adcec938c0db4f207d1d8e523e96ffe740
  • Loading branch information
ajaeger committed Jul 9, 2018
1 parent 5bbbadc commit e6dc97a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindep.txt
Expand Up @@ -12,6 +12,10 @@ libjpeg-dev [platform:dpkg]
libjpeg-turbo-devel [platform:rpm]
python-dev [platform:dpkg]
python-devel [platform:rpm]
python3-all [platform:dpkg !platform:ubuntu-precise]
python3-all-dev [platform:dpkg !platform:ubuntu-precise]
python3-devel [platform:fedora]
python34-devel [platform:centos]
zlib-devel [platform:rpm]
zlib1g-dev [platform:dpkg]
inkscape
Expand Down

0 comments on commit e6dc97a

Please sign in to comment.