Added required libraries in spec file

The library mechanize requires html5lib and html5lib requires
webencodings.
This dependeny is added to the spec file for oidc-auth.

Story: 2006711
Task: 38919
Depends-On: https://review.opendev.org/#/c/710992/

Change-Id: I22891804f0974c57ed6fa9620fe6e7848fef1849
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
This commit is contained in:
Teresa Ho 2020-03-04 11:53:36 -05:00
parent 9a7974a14f
commit a84d4f1f6f

View File

@ -16,6 +16,8 @@ BuildRequires: python-setuptools
BuildRequires: python2-wheel
Requires: python2-mechanize
Requires: python2-html5lib
Requires: python2-webencodings
Requires: python-pbr >= 2.0.0