aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb
blob: 4976b562c53a88c36e2a788479db78a683d38749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "A library to handle automated deprecations"
HOMEPAGE = "http://deprecation.readthedocs.io/en/latest/"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

SRC_URI[md5sum] = "6b79c6572fb241e3cecbbd7d539bb66b"
SRC_URI[sha256sum] = "72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff"

RDEPENDS:${PN} += "\
	python3-packaging \
"

inherit setuptools3 pypi