blob: 40db3c071aec7b4968ba52cc32b8d5eeaf0640c8 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "Backport of pathlib-compatible object wrapper for zip files"
2HOMEPAGE = "https://github.com/jaraco/zipp"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a33f38bbf47d48c70fe0d40e5f77498e"
5
6SRC_URI[md5sum] = "d4451a749d8a7c3c392a9edd1864a937"
7SRC_URI[sha256sum] = "3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e"
8
9DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
10
Brad Bishopdec060e2019-09-23 08:01:31 -040011inherit pypi setuptools3
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
Andrew Geissler7f40b712020-05-15 14:09:53 -050013RDEPENDS_${PN} += "${PYTHON_PN}-compression \
14 ${PYTHON_PN}-math \
15 ${PYTHON_PN}-more-itertools"
Andrew Geissler82c905d2020-04-13 13:39:40 -050016
17BBCLASSEXTEND = "native nativesdk"