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>
(cherry picked from commit 1f3da02ac1)
This commit is contained in:
Paul Belanger 2018-04-18 11:58:03 -04:00 committed by yatin
parent a11b5fd18a
commit d10cc4e6be
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",