Skip to content

Commit

Permalink
package_manager: handle raspberry os (#11654)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Jul 17, 2022
1 parent 744827f commit 992108b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/tools/system/package_manager.py
Expand Up @@ -30,7 +30,7 @@ def get_default_tool(self):
os_name = distro.id() or os_name
elif os_name == "Windows" and self._conanfile.conf.get("tools.microsoft.bash:subsystem") == "msys2":
os_name = "msys2"
manager_mapping = {"apt-get": ["Linux", "ubuntu", "debian"],
manager_mapping = {"apt-get": ["Linux", "ubuntu", "debian", "raspbian"],
"yum": ["pidora", "scientific", "xenserver", "amazon", "oracle", "amzn",
"almalinux", "rocky"],
"dnf": ["fedora", "rhel", "centos", "mageia"],
Expand Down

0 comments on commit 992108b

Please sign in to comment.