ec4a2611e7
This patch uses ``USE_PYTHON3`` variable to build Ironic Python Agent with python 3 inside a tinycore image. It modifies the content of ``buildreqs.lst`` and ``finalreqs.lst``, adding specific package files based on the python version used to build IPA. Since we're using python 3.6, bytecode optimized files have .pyc extension and are located under a __pycache__ dir [1]; as an optimization option,to reduce the size of the final image, all bytecode generated files will be moved to the original source location and the source code will be removed. [1] https://www.python.org/dev/peps/pep-0488/ Change-Id: I3448a5f41eff6736274308f924d9ad8f059e6c44 Story: #2002598 Task: #22210 Depends-On: https://review.openstack.org/634646
26 lines
361 B
Plaintext
26 lines
361 B
Plaintext
autoconf.tcz
|
|
autogen-dev.tcz
|
|
autogen.tcz
|
|
automake.tcz
|
|
bash.tcz
|
|
binutils.tcz
|
|
compiletc.tcz
|
|
coreutils.tcz
|
|
dmidecode.tcz
|
|
gdisk.tcz
|
|
git.tcz
|
|
glib2-dev.tcz
|
|
hdparm.tcz
|
|
libpci-dev.tcz
|
|
libtool-dev.tcz
|
|
libtool.tcz
|
|
parted.tcz
|
|
pciutils.tcz
|
|
pixman-dev.tcz
|
|
pkg-config.tcz
|
|
raid-dm-4.8.17-tinycore64.tcz
|
|
scsi-4.8.17-tinycore64.tcz
|
|
udev-lib.tcz
|
|
util-linux.tcz
|
|
zlib_base-dev.tcz
|