Commit 7c6f244e authored by Adam Wujek's avatar Adam Wujek

sw/petalinux/python: Remove run-time dependency of python3-pycparser on cpp and cpp-symlinks

python3-pytest depends on
python3-attrs->python3-cryptography->python3-pycparser
but features used in pytest do not need cpp nor cpp-symlinks.
This reduces the size of rootfs image by ~8MB
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 5a13267d
Pipeline #3798 passed with stage
in 43 minutes and 21 seconds
# Remove run-time dependency of python3-pycparser on cpp and cpp-symlinks
#
# python3-pytest depends on python3-attrs->python3-cryptography->python3-pycparser
# but features used in pytest do not need cpp nor cpp-symlinks.
# This reduces the size of rootfs image by ~8MB
RDEPENDS_${PN}_remove = "cpp cpp-symlinks "
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment