File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,19 @@ jobs:
2020 trigger : pull_request
2121 targets :
2222 - fedora-all
23- - epel-8
2423 - epel-9
2524
2625 - job : tests
2726 trigger : pull_request
2827 targets :
2928 - fedora-all
30- - epel-8
3129 - epel-9
3230
3331 - job : copr_build
3432 trigger : commit
3533 branch : main
3634 targets :
3735 - fedora-all
38- - epel-8
3936 - epel-9
4037 list_on_homepage : True
4138 preserve_project : True
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ BuildRequires: python%{python3_pkgversion}-pytest
3131BuildRequires: python%{python3_pkgversion }-ruamel-yaml
3232BuildRequires: python%{python3_pkgversion }-filelock
3333BuildRequires: python%{python3_pkgversion }-jsonschema
34+ BuildRequires: python%{python3_pkgversion }-typing-extensions
3435BuildRequires: git-core
3536%{?python_provide:%python_provide python%{python3_pkgversion }-%{name }}
3637Requires: git-core
You can’t perform that action at this time.
0 commit comments