mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-26 19:17:08 +00:00
python3-privacyidea: switch to PEP-517 build backend
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -8,7 +8,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c0acfa7a8a03b718abee9135bc1a1c55"
|
|||||||
PYPI_PACKAGE = "privacyIDEA"
|
PYPI_PACKAGE = "privacyIDEA"
|
||||||
SRC_URI[sha256sum] = "7c70feb44980a3fd7501457777a1ec30e73541e54d3b31f2b9b5ab6cd73cff4f"
|
SRC_URI[sha256sum] = "7c70feb44980a3fd7501457777a1ec30e73541e54d3b31f2b9b5ab6cd73cff4f"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi python_setuptools_build_meta
|
||||||
|
|
||||||
|
DEPENDS += " \
|
||||||
|
python3-setuptools-scm-native \
|
||||||
|
"
|
||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
rm -fr ${D}${libdir}/${PYTHON_DIR}/site-packages/tests
|
rm -fr ${D}${libdir}/${PYTHON_DIR}/site-packages/tests
|
||||||
|
|||||||
Reference in New Issue
Block a user