16 lines
518 B
BlitzBasic
16 lines
518 B
BlitzBasic
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
|
# Release under the MIT license (see COPYING.MIT for the terms)
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
LICENSE = "Apache-2.0"
|
|
|
|
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
|
RDEPENDS:${PN} = " \
|
|
${PYTHON_PN}-zipp \
|
|
"
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
PYPI_PACKAGE = "importlib_resources"
|
|
|
|
SRC_URI[sha256sum] = "c01b1b94210d9849f286b86bb51bcea7cd56dde0600d8db721d7b81330711668"
|