diff options
author | Paul Barker <paul@pbarker.dev> | 2021-08-10 12:03:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-13 14:44:05 +0100 |
commit | a42896018396d685bbf81261cca20d9d0cfe9817 (patch) | |
tree | 8d30fa20278064c04508051457c478309b81edf8 /README.hardware.md | |
parent | b3246ebd87a4d0b4934ff48c7ce874d0499711dc (diff) | |
download | poky-a42896018396d685bbf81261cca20d9d0cfe9817.tar.gz |
pypi: Allow override of PyPI archive name
Some packages on PyPI don't follow the usual expectations for archive
naming. For example, the archive for asyncio-mqtt 0.10.0 is named
asyncio_mqtt-0.10.0.tar.gz (with an underscore instead of the dash used
in the package name).
To handle these edge cases a new PYPI_ARCHIVE_NAME variable is
introduced. By default this is set to the expected archive name based on
the PyPI package name, version and extension but it can be set to a
different value if needed in a recipe which inherits the pypi class.
(From OE-Core rev: 9659f5a51a2d094b45b52136feac4402d501b4f2)
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware.md')
0 files changed, 0 insertions, 0 deletions