aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-pefile_2021.9.3.bb
blob: 3521ba4bc24fc087c1dbaa299ec9aa27e00e137b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Python PE parsing module"
HOMEPAGE = "https://github.com/erocarrera/pefile"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ef2c924be9d0c8d6cf82374769748bfa"

DEPENDS += "\
            python3-future-native \
           "

PYPI_PACKAGE = "pefile"

SRC_URI[sha256sum] = "344a49e40a94e10849f0fe34dddc80f773a12b40675bf2f7be4b8be578bdd94a"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"