BSRD-286: Set the addons to uninstallable

This commit is contained in:
Tonow-c2c
2019-10-07 12:16:06 +02:00
parent 9655641f22
commit cbff157fdd
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -16,5 +16,5 @@
'external_dependencies': {
'python': ['statsd'],
},
'installable': True,
'installable': False,
}