Closed wdobbe closed 5 years ago
No love for if not tools.os_info.linux_distro.startswith(("opensuse", "sles"))
? :p
It would have been much cleaner, but I didn't know about this possibility. Guess what, I'm not a python programmer ! Don't hesitate to do a PR, the recipe obviously needs some cleaning.
Package and Environment Details
Conan profile
Steps to reproduce
Enter following commands on a Suse Linux Enterprise Server (any version)
tools.os_info.linux_distro on SLES is 'sles'. The problem can be solved with for example the following fix:
FYI: contents of /etc/os-release:
list of libxcb packages on SLES (same as on OpenSuse):
List of mesa-libgl packages on SLES (same as on opensuse):
Logs