python3-typed-ast: Upgrade 1.4.1 -> 1.4.2

Upgrade to release 1.4.2:

- Fix linker error in debug build
- Fix cross compile by adjusting includes
- ast27: prefix exported symbols
- Add 3.9 to supported versions

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2021-01-27 17:55:37 +02:00
committed by Khem Raj
parent e630a5dc35
commit a5744215be

View File

@@ -7,6 +7,6 @@ PYPI_PACKAGE = "typed_ast"
inherit pypi setuptools3
SRC_URI[sha256sum] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
SRC_URI[sha256sum] = "9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a"
BBCLASSEXTEND = "native"