Commit 92b47386 authored by Aurel's avatar Aurel

fix dependency handling with provision bt5 in selection

As repository can be either bt5 either folder, we must check for both type of id
parent 8e587545
......@@ -90,7 +90,7 @@ for uid in uids:\n
provider_list = context.getProviderList(dep_id)\n
provider_installed = False\n
for provider in provider_list:\n
if provider+\'.bt5\' in id_list:\n
if provider+\'.bt5\' in id_list or provider in id_list:\n
provider_installed = True\n
break\n
if not provider_installed:\n
......
40976
\ No newline at end of file
40977
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment