Skip to content

Commit d301f49

Browse files
committed
Add typing-extensions to spec file and drop epel8
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
1 parent c0f5618 commit d301f49

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.packit.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

fmf.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ BuildRequires: python%{python3_pkgversion}-pytest
3131
BuildRequires: python%{python3_pkgversion}-ruamel-yaml
3232
BuildRequires: python%{python3_pkgversion}-filelock
3333
BuildRequires: python%{python3_pkgversion}-jsonschema
34+
BuildRequires: python%{python3_pkgversion}-typing-extensions
3435
BuildRequires: git-core
3536
%{?python_provide:%python_provide python%{python3_pkgversion}-%{name}}
3637
Requires: git-core

0 commit comments

Comments
 (0)