pyelftools: switch to new build system

This commit is contained in:
Jernej Skrabec 2024-08-23 16:44:42 +02:00
parent 86adc79e30
commit a260878c96

View File

@ -9,8 +9,4 @@ PKG_SITE="https://github.com/eliben/pyelftools"
PKG_URL="https://github.com/eliben/pyelftools/archive/refs/tags/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="Python3:host setuptools:host"
PKG_LONGDESC="Library for analyzing ELF files and DWARF debugging information"
PKG_TOOLCHAIN="manual"
makeinstall_host() {
exec_thread_safe python3 setup.py install --prefix=${TOOLCHAIN}
}
PKG_TOOLCHAIN="python"