mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Python3: build python/devel packages with BUILD_LEGACY_PYC
This commit is contained in:
parent
a72c630719
commit
7d41dab291
@ -12,5 +12,6 @@ PKG_LONGDESC="Jinja is a fast, expressive, extensible templating engine."
|
|||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
|
export DONT_BUILD_LEGACY_PYC=1
|
||||||
exec_thread_safe python3 setup.py install --prefix=${TOOLCHAIN}
|
exec_thread_safe python3 setup.py install --prefix=${TOOLCHAIN}
|
||||||
}
|
}
|
||||||
|
@ -13,5 +13,6 @@ PKG_LONGDESC="Mako is a super-fast templating language that borrows the best ide
|
|||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
|
export DONT_BUILD_LEGACY_PYC=1
|
||||||
exec_thread_safe python3 setup.py install --prefix=${TOOLCHAIN}
|
exec_thread_safe python3 setup.py install --prefix=${TOOLCHAIN}
|
||||||
}
|
}
|
||||||
|
@ -13,5 +13,6 @@ PKG_LONGDESC="MarkupSafe implements a XML/HTML/XHTML Markup safe string for Pyth
|
|||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
|
export DONT_BUILD_LEGACY_PYC=1
|
||||||
exec_thread_safe python3 setup.py install --prefix=${TOOLCHAIN}
|
exec_thread_safe python3 setup.py install --prefix=${TOOLCHAIN}
|
||||||
}
|
}
|
||||||
|
@ -13,5 +13,6 @@ PKG_LONGDESC="distutilscross enhances distutils to support Cross Compile of Pyth
|
|||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
|
export DONT_BUILD_LEGACY_PYC=1
|
||||||
exec_thread_safe python setup.py install --prefix=${TOOLCHAIN}
|
exec_thread_safe python setup.py install --prefix=${TOOLCHAIN}
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@ PKG_LONGDESC="High productivity build system"
|
|||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
make_host() {
|
make_host() {
|
||||||
|
export DONT_BUILD_LEGACY_PYC=1
|
||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user