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

add libzmq3-dev

This commit is contained in:
Kay0u 2020-06-22 12:01:38 +02:00
parent f6fe2b9132
commit a1caf0f1c7
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="python3-pip libffi-dev"
pkg_dependencies="python3-pip libffi-dev libzmq3-dev"
nodejs_version="10"