.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:
Maxwell G 2023-08-13 07:40:14 +00:00
commit c042018e47
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8
3 changed files with 0 additions and 3 deletions

View file

@ -6,7 +6,6 @@
image: fedora/37
packages:
- "'(epel-rpm-macros if epel-release)'"
- python3-pytest
- python3-pyyaml
- redhat-rpm-config

View file

@ -6,7 +6,6 @@
image: fedora/38
packages:
- "'(epel-rpm-macros if epel-release)'"
- python3-pytest
- python3-pyyaml
- redhat-rpm-config

View file

@ -6,7 +6,6 @@
image: @@IMAGE@@
packages:
- "'(epel-rpm-macros if epel-release)'"
- python3-pytest
- python3-pyyaml
- redhat-rpm-config