package/python-sip: add missing setuptools dependency

The python-sip package requires distutils which is no longer included
with python but is now part of setuptools.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2024-03-30 18:41:27 -06:00 committed by Arnout Vandecappelle
parent 9e938f2c0d
commit d082c8ad4b

View File

@ -9,8 +9,8 @@ PYTHON_SIP_SOURCE = sip-$(PYTHON_SIP_VERSION).tar.gz
PYTHON_SIP_SITE = https://www.riverbankcomputing.com/static/Downloads/sip/$(PYTHON_SIP_VERSION)
PYTHON_SIP_LICENSE = SIP license or GPL-2.0 or GPL-3.0
PYTHON_SIP_LICENSE_FILES = LICENSE LICENSE-GPL2 LICENSE-GPL3
PYTHON_SIP_DEPENDENCIES = python3 qt5base
HOST_PYTHON_SIP_DEPENDENCIES = host-python3
PYTHON_SIP_DEPENDENCIES = host-python-setuptools python3 qt5base
HOST_PYTHON_SIP_DEPENDENCIES = host-python3 host-python-setuptools
define HOST_PYTHON_SIP_CONFIGURE_CMDS
(cd $(@D); \