trying to include the python package requests

This commit is contained in:
jeffser
2024-05-12 22:06:54 -06:00
parent 7ecd793f50
commit 81eff0cfcb
2 changed files with 38 additions and 15 deletions

View File

@@ -23,18 +23,6 @@
"*.a"
],
"modules" : [
{
"name": "requests",
"buildsystem": "simple",
"build-options": {
"build-args": [
"--share=network"
]
},
"build-commands": [
"pip3 install --prefix=/app --no-cache-dir requests"
]
},
{
"name" : "alpaca",
"builddir" : true,
@@ -42,10 +30,11 @@
"sources" : [
{
"type" : "git",
"url" : "https://github.com/Jeffser/Alpaca.git"
"url" : "https://github.com/Jeffser/Alpaca.git",
"branch": "main"
}
]
}
},
"python3-requests.json"
]
}