Skip to content

Commit

Permalink
Fix: added missing dateutil dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
  • Loading branch information
inercia committed Aug 12, 2020
1 parent 8578236 commit 9041cfe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pypi-dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,25 @@
"sha256": "fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"
}
]
},
{
"name": "python3-python-dateutil",
"buildsystem": "simple",
"build-commands": [
"pip3 install --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} python-dateutil"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl",
"sha256": "75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl",
"sha256": "8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"
}
]
}
]
}

0 comments on commit 9041cfe

Please sign in to comment.