Install python3 packages for ubuntu

Change-Id: Ie7ec148ca56ea5cf8d53cd237c50f2e76b994657
This commit is contained in:
Dmitriy Rabotyagov 2019-11-18 16:22:58 +02:00
parent 2e57efe093
commit d276dbb7a9
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!{{ swift_bin }}/python
#!{{ swift_bin }}/{{ swift_venv_python_executable }}
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,4 @@
#!{{ swift_bin }}/python
#!{{ swift_bin }}/{{ swift_venv_python_executable }}
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -28,9 +28,9 @@ swift_devel_distro_packages:
- libssl-dev
swift_service_distro_packages:
- python-keystonemiddleware
- python-memcache
- python-swift
- python3-keystonemiddleware
- python3-memcache
- python3-swift
- swift
swift_account_distro_packages: