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:
parent
fdaa4c4a9d
commit
eeaaaf5796
@ -37,7 +37,7 @@ Python library for parsing HTML
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q -n html5lib-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -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.
|
This is a Python implementation of the WHATWG Encoding standard.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q -n webencodings-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PBR_VERSION=%{version}
|
export PBR_VERSION=%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user