diff options
author | Christopher Beer <cbeer@redhat.com> | 2018-11-09 16:44:20 -0500 |
---|---|---|
committer | Christopher Beer <cbeer@redhat.com> | 2018-11-12 19:21:00 +0000 |
commit | fe7beab0feaefb1dd0f7005cff2cd6dea6aad71c (patch) | |
tree | 826aef1902107c5e145f82a3641928ae76d0ab1d | |
parent | d5015b2f47d3282f17bd24a44edb425cb2fb12a5 (diff) |
Add new dependencies to server-rhel7.packages.epel7.koji
Testing build of 'Beaker server for RHEL7 for arch in x86_64' failed
with unresolved dependencies. Updated the dependencies in yum-repos.conf
file to address the issue.
Bug: 1647232
Change-Id: I51c55cd8c986120b73fd0bd8a848ec85a7d2a663
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | yum-repos.conf | 7 |
2 files changed, 10 insertions, 4 deletions
@@ -1,13 +1,14 @@ -This is the beaker-project.org web site. +This is the README for the beaker-project.org repo, which is used to +create the beaker-project.org web site. Note that many parts of the web site are built elsewhere: * Beaker documentation (under the docs/ and docs-<branch>/ subdirectories) is built using Sphinx from the documentation/ subdirectory of Beaker's - source tree. + source tree (repo: 'beaker'). * Beaker developer documentation (under the dev/ subdirectory) is built - from a separate source repository. + from a separate source repository (repo: 'beaker-dev-docs'). The process for submitting patches is the same as for Beaker itself: diff --git a/yum-repos.conf b/yum-repos.conf index 8ec588f..4f21f04 100644 --- a/yum-repos.conf +++ b/yum-repos.conf @@ -130,7 +130,8 @@ python-markdown = python-mimeparse = python2-mimeparse python-minimock = python-mock = python2-mock -python-oslo-sphinx = +# 2018-11-09 CJB: repoclosure detected this change in current RHEL7 builds +python-oslo-sphinx = python2-oslo-sphinx python-passlib = python-paste-deploy = python-paste-script = @@ -194,6 +195,10 @@ jsoncpp = jsoncpp jsoncpp-devel jsoncpp-debuginfo jsoncpp-doc #python-keyring = #python-warlock = #python-oslo-config = +# 2018-11-09 CJB: repoclosure detected that these were missing from current RHEL7 builds +python2-requests = +python2-six = +python2-sphinx = [server-f27] name = server |