mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] we moved away from redmine
This commit is contained in:
parent
ffc773c856
commit
cc6819691f
1 changed files with 1 additions and 1 deletions
|
@ -1746,7 +1746,7 @@ def _check_manifest_requirements(manifest, app_instance_name):
|
|||
# Validate multi-instance app
|
||||
if is_true(manifest.get('multi_instance', False)):
|
||||
# Handle backward-incompatible change introduced in yunohost >= 2.3.6
|
||||
# See https://dev.yunohost.org/issues/156
|
||||
# See https://github.com/YunoHost/issues/issues/156
|
||||
yunohost_req = requirements.get('yunohost', None)
|
||||
if (not yunohost_req or
|
||||
not packages.SpecifierSet(yunohost_req) & '>= 2.3.6'):
|
||||
|
|
Loading…
Add table
Reference in a new issue