mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +00:00
parent
2d85641d55
commit
896d84415e
3 changed files with 0 additions and 16 deletions
|
@ -40,7 +40,6 @@
|
|||
"dependencies/python3-peewee.json",
|
||||
"dependencies/python3-psutil.json",
|
||||
"dependencies/python3-secretstorage.json",
|
||||
"dependencies/python3-pytest-runner.json",
|
||||
{
|
||||
"name": "vorta",
|
||||
"buildsystem": "simple",
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"name": "python3-pytest-runner",
|
||||
"buildsystem": "simple",
|
||||
"build-commands": [
|
||||
"pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} pytest-runner"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://files.pythonhosted.org/packages/15/0a/1e73c3a3d3f4f5faf5eacac4e55675c1627b15d84265b80b8fef3f8a3fb5/pytest-runner-4.4.tar.gz",
|
||||
"sha256": "00ad6cd754ce55b01b868a6d00b77161e4d2006b3918bde882376a0a884d0df4"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -34,7 +34,6 @@ project_urls =
|
|||
python_requires = >=3.7
|
||||
setup_requires =
|
||||
pip >= 10
|
||||
pytest-runner
|
||||
setuptools_git
|
||||
install_requires =
|
||||
appdirs
|
||||
|
|
Loading…
Reference in a new issue