mirror of https://github.com/borgbase/vorta
8 lines
212 B
JSON
8 lines
212 B
JSON
|
{
|
||
|
"name": "python3-dateutil",
|
||
|
"buildsystem": "simple",
|
||
|
"build-commands": [
|
||
|
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} dateutil"
|
||
|
],
|
||
|
"sources": []
|
||
|
}
|