Fix build break for python-html5lib and python-webencodings

The lst files which stage the downloaded tarballs were altering the
internal directory structure during the mirror download phase, which
meant the %setup commands in the spec files were failing.

This change adapts the spec files to the files downloaded from
the mirror.

Change-Id: I8031c8af0f424a8e19bee062a4df6ddf3383f38d
Closes-Bug: 1866133
Signed-off-by: albailey <Al.Bailey@windriver.com>
This commit is contained in:
albailey 2020-03-04 17:02:35 -06:00
parent fdaa4c4a9d
commit eeaaaf5796
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Python library for parsing HTML
%endif # with_python3
%prep
%setup
%setup -q -n html5lib-%{version}
%build

View File

@ -23,7 +23,7 @@ Summary: This is a Python implementation of the WHATWG Encoding standard.
This is a Python implementation of the WHATWG Encoding standard.
%prep
%setup
%setup -q -n webencodings-%{version}
%build
export PBR_VERSION=%{version}