1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/13ft_ynh.git synced 2024-09-03 18:06:03 +02:00

remove python3-request debian package (should be venv)

This commit is contained in:
lapineige 2023-01-28 15:17:28 +01:00 committed by GitHub
parent a09e63d546
commit 305072e1eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
# dependencies used by the app (must be on a single line)
pkg_dependencies="python3-venv python3-requests"
pkg_dependencies="python3-venv"
#=================================================
# PERSONAL HELPERS