ci: update .tar.gz URLs for gitea (like #74706)
gitea/authentic2-cut/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2023-02-22 09:57:22 +01:00
parent 4e1481f47d
commit a0b75fafb7
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ passenv=
PGPASSWORD
usedevelop = true
deps =
!local: https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz
!local: https://git.entrouvert.org/entrouvert/authentic/archive/main.tar.gz
local: ../authentic
# dependency constraints for authentic
py3: file-magic
@ -73,7 +73,7 @@ setenv =
DJANGO_SETTINGS_MODULE=authentic2.settings
SETUPTOOLS_USE_DISTUTILS=stdlib
deps =
!local: https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz
!local: https://git.entrouvert.org/entrouvert/authentic/archive/main.tar.gz
local: ../authentic
psycopg2-binary
commands =
@ -106,7 +106,7 @@ commands =
usedevelop = true
basepython = python3
deps =
https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz
https://git.entrouvert.org/entrouvert/authentic/archive/main.tar.gz
Django<2.3
pylint<1.8
pylint-django<0.8.1