Skip to content

Commit

Permalink
Add python module lockfile
Browse files Browse the repository at this point in the history
It's required by Inkscape's extension manager
  • Loading branch information
Unrud authored and hfiguiere committed May 22, 2022
1 parent 88d1012 commit 8546fa7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python3-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "python3-cachecontrol",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"cachecontrol\" --no-build-isolation"
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"cachecontrol[filecache]\" --no-build-isolation"
],
"sources": [
{
Expand Down Expand Up @@ -40,6 +40,11 @@
"url": "https://files.pythonhosted.org/packages/61/3c/2206f39880d38ca7ad8ac1b28d2d5ca81632d163b2d68ef90e46409ca057/msgpack-1.0.3.tar.gz",
"sha256": "51fdc7fb93615286428ee7758cecc2f374d5ff363bdd884c7ea622a7a327a81e"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/c8/22/9460e311f340cb62d26a38c419b1381b8593b0bb6b5d1f056938b086d362/lockfile-0.12.2-py2.py3-none-any.whl",
"sha256": "6c3cb24f344923d30b2785d5ad75182c8ea7ac1b6171b08657258ec7429d50fa"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/83/63/15ce47ede5b03657e920f3f006e56ca9a16f7873978146f2f77e297bdd22/CacheControl-0.12.11-py2.py3-none-any.whl",
Expand Down

0 comments on commit 8546fa7

Please sign in to comment.