Skip to content

Commit 57d05bc

Browse files
committed
base: install setuptools to fix build on aarch64
Virtualenv used in ussuri has problem installing packages on aarch64: INFO:kolla.common.utils.openstack-base: Complete output from command python setup.py egg_info: INFO:kolla.common.utils.openstack-base: Traceback (most recent call last): INFO:kolla.common.utils.openstack-base: File "<string>", line 1, in <module> INFO:kolla.common.utils.openstack-base: ModuleNotFoundError: No module named 'setuptools' Victoria/Wallaby do not have that issue. 'python3-pip' package in CentOS 8 and Ubuntu 'focal' (victoria+) depend on 'python3-setuptools' package. Change-Id: I3abda8f972ce854d7fee22b1fb2fc43595668a8d
1 parent a6e528d commit 57d05bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/base/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
336336
'procps',
337337
'python3',
338338
'python3-pip',
339+
'python3-setuptools',
339340
'socat',
340341
'sudo',
341342
'tgt']

0 commit comments

Comments
 (0)