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
17 lines
230 B
Plaintext
17 lines
230 B
Plaintext
bash.tcz
|
|
coreutils.tcz
|
|
dmidecode.tcz
|
|
gdisk.tcz
|
|
hdparm.tcz
|
|
iproute2.tcz
|
|
parted.tcz
|
|
popt.tcz
|
|
pciutils.tcz
|
|
raid-dm-4.8.17-tinycore64.tcz
|
|
scsi-4.8.17-tinycore64.tcz
|
|
udev-lib.tcz
|
|
util-linux.tcz
|
|
glib2.tcz
|
|
iproute2.tcz
|
|
smartmontools.tcz
|