
Recently, LOCI changed its default so images are python3 if nothing is
specified at the *docker_image files. With the recent upversion of LOCI
in the build tools [1], we need to explictly set PYTHON3=no to images
that are still using python2. This commit fixes the StarlingX images to
use this parameter
TEST PLAN
PASS build the stx-pci-irq-affinity-agent on the stable branch
[1] 00bd632a68
Closes-Bug: #1958696
Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: I9faae4ae3fa52b42e0a7392a793296d912507f8e
25 lines
478 B
Plaintext
25 lines
478 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-pci-irq-affinity-agent
|
|
PROJECT=infra
|
|
PROJECT_REPO=nil
|
|
DIST_PACKAGES="libvirt-python python-devel gcc"
|
|
PIP_PACKAGES="pci-irq-affinity-agent \
|
|
eventlet \
|
|
keyring \
|
|
keyrings.alt \
|
|
pycrypto \
|
|
keystoneauth1 \
|
|
pkgconfig \
|
|
libvirt-python \
|
|
oslo.concurrency \
|
|
oslo.config \
|
|
oslo.i18n \
|
|
oslo.log \
|
|
oslo.messaging \
|
|
oslo.service \
|
|
python-daemon \
|
|
python-novaclient \
|
|
retrying \
|
|
psutil"
|
|
PYTHON3=no
|