From d1744afb3887685f99033b45bc1f937facccd2ea Mon Sep 17 00:00:00 2001 From: Yuxiang Zhu Date: Wed, 2 Aug 2023 18:16:23 +0800 Subject: [PATCH] Use errata-tool from PyPI The environment running our github actions doesn't have git. Let's move errata-tool to the PyPI version before making any changes on the github action image. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97b2c2b1..419d2849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ "aiohttp[speedups] >= 3.6", "click >= 8.1.3", - "errata-tool @ git+https://github.com/red-hat-storage/errata-tool@v1.31.0", + "errata-tool ~= 1.31.0", "future", "koji >= 1.18", "semver",