Python 3 library is needed for uWSGI.

Since Train Python 3 is used by default and running uWSGI requires then
Python 3 libraries.

Change-Id: I56cb5a4db48b09e42f0407891860cf6275267e5b
This commit is contained in:
Marcus Klein 2020-04-20 13:51:11 +02:00
parent 9d7778932a
commit 660e1453ef
4 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,7 @@ _nspawn_container_distro_packages:
- iputils-ping
- libnss-resolve
- libpython2.7
- libpython3.7
- locales
- netbase
- openssh-server

View File

@ -41,6 +41,7 @@ _nspawn_container_distro_packages:
- iputils-ping
- libnss-resolve
- libpython2.7
- libpython3.5
- locales
- netbase
- openssh-server

View File

@ -38,6 +38,7 @@ _nspawn_container_distro_packages:
- iproute2
- iputils
- libpython2_7-1_0
- libpython3_6m1_0
- openssh
- openssl
- python

View File

@ -41,6 +41,7 @@ _nspawn_container_distro_packages:
- iputils-ping
- libnss-resolve
- libpython2.7
- libpython3.6
- locales
- netbase
- openssh-server