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 80 forks source link

botocore: fix RDEPENDS #85

Closed aj-bagwell closed 3 years ago

aj-bagwell commented 3 years ago

31b79a2ccb split the RDEPNDS block into two but instead of extending the first block the second block overwrites it This means that needed dependencies such as python-unixadmin are missed

Fixes: #84