1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyload_ynh.git synced 2024-09-03 20:16:04 +02:00

Add python3-dev to fix Bookworm compatibility

This commit is contained in:
orhtej2 2023-09-27 11:09:22 +02:00 committed by GitHub
parent de9c8d8ad4
commit 9199004b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="python3-cryptography python3-pycurl python3-venv libcurl4-openssl-dev libssl-dev"
pkg_dependencies="python3-cryptography python3-pycurl python3-venv libcurl4-openssl-dev libssl-dev python3-dev"
#=================================================
# PERSONAL HELPERS