1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Merge pull request #26 from YunoHost-Apps/fix-dependencies

Fix dependencies
This commit is contained in:
Kayou 2020-02-12 11:26:16 +07:00 committed by GitHub
commit aad8dfb594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -4,8 +4,8 @@
"packaging_format": 1,
"version": "1.2.6~ynh1",
"description": {
"en": "JupyterLab for Yunohost, an extensible environment for interactive and reproducible computing (notebook, terminal, text editor, file browser, rich outputs, etc.)",
"fr": "JupyterLab pour YunoHost, un environnement informatique extensible, interactif et reproductible (bloc-notes, terminal, éditeur de texte, explorateur de fichiers, texte enrichi, etc.)"
"en": "An extensible environment for interactive and reproducible computing (notebook, terminal, text editor, file browser, rich outputs, etc.)",
"fr": "Un environnement informatique extensible, interactif et reproductible (bloc-notes, terminal, éditeur de texte, explorateur de fichiers, texte enrichi, etc.)"
},
"url": "https://jupyterlab.readthedocs.io/en/stable/",
"license": "BSD-3-Clause",

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="python3-pip"
pkg_dependencies="python3-pip libffi-dev"
#=================================================
# PERSONAL HELPERS