From 27c6e7b1cbba35918ac4be887891f55b2038a331 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 17 Sep 2019 15:31:56 -0300 Subject: [PATCH] snap: not treating snapcraft as application --- bauh/gems/snap/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bauh/gems/snap/model.py b/bauh/gems/snap/model.py index 8522dcb0..1f109025 100644 --- a/bauh/gems/snap/model.py +++ b/bauh/gems/snap/model.py @@ -13,7 +13,7 @@ EXTRA_INSTALLED_ACTIONS = [ requires_root=True) ] -KNOWN_RUNTIME_NAMES = {'snapd', 'core', 'core18'} +KNOWN_RUNTIME_NAMES = {'snapd', 'core', 'core18', 'snapcraft'} KNOWN_RUNTIME_PREFIXES = {'gtk-', 'gnome-', 'kde-', 'gtk2-'} KNOWN_RUNTIME_TYPES = {'base', 'core', 'os'}