package/python-packaging: fix host variant
The host variant of python-packaging was added in commit
4cc445fd5fbb83c2b55f679f3d92223f34f214cb, but has two missing things:
- It's a python3 only package, so it should have
HOST_PYTHON_PACKAGING_NEEDS_HOST_PYTHON = python3
- It depends on the pyparsing module, so it should have a dependency
on it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>