summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-setuptools-git-versioning_1.7.4.bb
blob: 5610711cbd187105fa306d16b58de8a618f9a86d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Use git repo data for building a version number according PEP-440"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f22e7cb81b49604c2450680982bdc067"
PYPI_PACKAGE = "setuptools-git-versioning"

DEPENDS = "python3-six-native"

SRC_URI[sha256sum] = "be2901afcb7c865e3b500a38183598657fd029a1a72c8d1dfc7fbffb5c227dac"

inherit pypi setuptools3

RDEPENDS:${PN} += " \
    python3-setuptools \
    python3-six \
    python3-typing \
"

BBCLASSEXTEND = "native"