Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-aniso8601_git.bb
1
2 DESCRIPTION = "Another ISO 8601 parser for Python"
3
4 LICENSE = "BSD"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=bf2bdb115b4d685026985cc189ca5375"
6
7 SRCREV = "b5aad0fbef5664e624986a10bd1362e0ac05214c"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "7.0.0+git${SRCPV}"
12
13 SRC_URI = "git://bitbucket.org/nielsenb/aniso8601.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16 DEPENDS += " python"
17 inherit setuptools distutils pkgconfig