mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
pycparser: switch to new build system
This commit is contained in:
parent
9d73b91307
commit
86adc79e30
@ -9,9 +9,4 @@ PKG_SITE="https://pypi.org/project/pycparser/"
|
||||
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="Python3:host setuptools:host"
|
||||
PKG_LONGDESC="Complete C99 parser in pure Python"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_host() {
|
||||
export DONT_BUILD_LEGACY_PYC=1
|
||||
exec_thread_safe python3 setup.py install --prefix="${TOOLCHAIN}"
|
||||
}
|
||||
PKG_TOOLCHAIN="python"
|
||||
|
Loading…
x
Reference in New Issue
Block a user