mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Fix jsonschema dependency installation
This commit is contained in:
parent
ea1f11b26b
commit
0dd375db34
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ except:
|
||||||
try:
|
try:
|
||||||
import jsonschema
|
import jsonschema
|
||||||
except:
|
except:
|
||||||
os.system('pip3 install toml')
|
os.system('pip3 install jsonschema')
|
||||||
import jsonschema
|
import jsonschema
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue