Update __nodepool_build_depends for python3

Nodepool only support python3 now, be more specific on which version
of python we install.

Change-Id: I79ade74d1080ae3648782356f332f7bcf9508d00
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-05 19:21:02 -05:00
parent b871ac7a47
commit 9090c7f655
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ __nodepool_build_depends:
- libxml2-devel
- libxslt-devel
- openssl-devel
- python-devel
- python3-devel
- zlib-devel
__nodepool_file_nodepool_builder_service_dest: /etc/systemd/system/nodepool-builder.service

View File

@ -30,7 +30,7 @@ __nodepool_build_depends:
- libssl-dev
- libxml2-dev
- libxslt1-dev
- python-dev
- python3-dev
- zlib1g-dev
__nodepool_file_nodepool_builder_service_dest: /etc/systemd/system/nodepool-builder.service