trim versions before dependency list calculation

When dependencies list contains same package with version it tries to
find packages which don't exists
This commit is contained in:
2022-04-07 20:32:55 +03:00
parent 2536b8dc1f
commit 783c16b2ed
4 changed files with 78 additions and 8 deletions

View File

@ -317,6 +317,7 @@ def test_walk(resource_path_root: Path) -> None:
resource_path_root / "models" / "package_ahriman_aur",
resource_path_root / "models" / "package_akonadi_aur",
resource_path_root / "models" / "package_ahriman_srcinfo",
resource_path_root / "models" / "package_gcc10_srcinfo",
resource_path_root / "models" / "package_tpacpi-bat-git_srcinfo",
resource_path_root / "models" / "package_yay_srcinfo",
resource_path_root / "web" / "templates" / "build-status" / "login-modal.jinja2",