Exclude epel element for diskimage-builder

In I2ffdd9f615ae6b00428c17249e4f216774991b99 we reworked the logic in
pip-and-virtualenv element to add epel as a dependency. We need to now
exclude epel since is it a dependency.

Change-Id: I43562f960cc100d4ec19b8a5e72c5929e24619ba
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-18 11:58:03 -04:00
parent aa453c7c78
commit 1f3da02ac1
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
],
"exclude-element": [
"pip-and-virtualenv",
"epel",
"os-collect-config",
"svc-map",
"pip-manifest",

View File

@ -16,6 +16,7 @@
],
"exclude-element": [
"pip-and-virtualenv",
"epel",
"os-collect-config",
"svc-map",
"pip-manifest",