.builds: remove epel-rpm-macros rich dep altogether
We're not running tests on EL to begin with, and dnf doesn't seem to
know what to do with this:
Error: Unable to find a match: (epel-rpm-macros if epel-release)
Relates: ab6bb0016c
This commit is contained in:
parent
dd6657bbbc
commit
c042018e47
3 changed files with 0 additions and 3 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
image: fedora/37
|
||||
packages:
|
||||
- "'(epel-rpm-macros if epel-release)'"
|
||||
- python3-pytest
|
||||
- python3-pyyaml
|
||||
- redhat-rpm-config
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
image: fedora/38
|
||||
packages:
|
||||
- "'(epel-rpm-macros if epel-release)'"
|
||||
- python3-pytest
|
||||
- python3-pyyaml
|
||||
- redhat-rpm-config
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
image: @@IMAGE@@
|
||||
packages:
|
||||
- "'(epel-rpm-macros if epel-release)'"
|
||||
- python3-pytest
|
||||
- python3-pyyaml
|
||||
- redhat-rpm-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue