microsoft / linux-package-repositories

Microsoft Packaged Linux Software (DEBs, RPMs, etc) are hosted on packages.microsoft.com (PMC) made available as native Linux repositories for use with package managers like APT, YUM, etc.
https://packages.microsoft.com
MIT License
70 stars 16 forks source link

[RHEL 8][azure-cli + azure-cli-iot] Minimium Requirement not satisfied because of hardcoded python 3.6 #35

Closed MichaelKx closed 1 year ago

MichaelKx commented 1 year ago

Hello,  there is a conflict between the azure-cli version and the documentation. azure-iot-cli-extension states that the minium required azure-cli version is v2.32.0 azure-cli packages for RHEL hardcode the python version 3.6 until azure-cli v2.39. This hardcoded version prevents the latest azure-iot-cli-extension to be installed, because a dependency needs at least python 3.7 (tomli 2.0) If possible, please change the hardcoded python version or correct the documentation accordingly. REFERENCES:

Thank you!

mbearup commented 1 year ago

@MichaelKx , Thanks for bringing this to our attention. I've relayed your concern to the azure-cli team, who maintains this package. This repo is primarily used for tracking the package delivery infrastructure. A better place for this issue would be the azure-cli github page. I'll be closing this issue, but feel free to create an issue directly with azure-cli if you want further updates on this issue.