1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchpotato_ynh.git synced 2024-09-03 18:16:22 +02:00

update python to 3

This commit is contained in:
Éric Gaspar 2022-11-11 21:05:25 +01:00
parent 5724bd73fd
commit e71ba154bc
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
"url": "https://github.com/Snipees" "url": "https://github.com/Snipees"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.2.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [

View file

@ -7,7 +7,7 @@
# dependencies used by the app (must be on a single line) # dependencies used by the app (must be on a single line)
pkg_dependencies="" pkg_dependencies=""
python_version=2.7.18 python_version=3.8.11
source="https://github.com/CouchPotato/CouchPotatoServer" source="https://github.com/CouchPotato/CouchPotatoServer"