Skip to content

Commit 08f6e6b

Browse files
committed
[Debug] Add fix for epel-9
Signed-off-by: Cristian Le <[email protected]>
1 parent 34417b1 commit 08f6e6b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.packit.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ specfile_path: .distro/python-scikit-build-core.spec
1515
downstream_package_name: python-scikit-build-core
1616
upstream_tag_template: v{version}
1717

18+
srpm_build_deps:
19+
- hatch
20+
- python3-hatch-vcs
21+
22+
actions:
23+
create-archive:
24+
- hatch build -t sdist
25+
- bash -c "ls dist/scikit_build_core-*.tar.gz"
26+
get-current-version:
27+
- bash -c "hatch version"
28+
1829
targets: &targets
1930
- fedora-all-x86_64
2031
- fedora-all-aarch64

0 commit comments

Comments
 (0)