gnu: Add python-setuptools/python-wheel where necessary.

Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.

Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
This commit is contained in:
Lars-Dominik Braun 2024-02-22 20:47:54 +01:00 committed by Sharlatan Hellseher
parent 1ef178c644
commit 6d97c15911
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
29 changed files with 298 additions and 104 deletions

View file

@ -4786,11 +4786,18 @@ more.")
"0bazk3k2dyzlrh7yxs4pc76m5ysm7riia3ncg7as3xr4y9dy29bx"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest-asyncio python-pytest-runner python-asynctest
python-pytest-mock))
(list python-asynctest
python-pytest-asyncio
python-pytest-mock
python-pytest-runner
python-setuptools
python-wheel))
(propagated-inputs
(list python-aiofiles python-aiosqlite python-cryptography
python-importlib-metadata python-dateutil python-pytz
(list python-aiofiles
python-aiosqlite
python-cryptography
python-dateutil python-pytz
python-importlib-metadata
python-sortedcontainers))
(synopsis "OPC UA / IEC 62541 client and server library")
(description "This package provides an OPC UA / IEC 62541 client and