intel-iot-devkit / meta-iot-cloud

OpenEmbedded layer to add support for multiple cloud IoT services including Microsoft Azure & Google Cloud Platform.
MIT License
69 stars 81 forks source link

python3-azure-iot-cloud: fix do_compile error with new setuptools #165

Closed ChenQi1989 closed 1 year ago

ChenQi1989 commented 1 year ago

We get the following error at build.

error in azure-iot-device setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '!=3.3*'

This is because new setuptools does not allow such specifier. Change to use >=3.4 to fix this issue.