Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-django-debreach_git.bb
1
2 DESCRIPTION = "Simple database sharding (horizontal partitioning) library for Django applications."
3
4 LICENSE = "BSD"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=04c6b8f6ee56b21d30ecb172b066902c"
6
7
8 SRCREV = "b425bb719ea5de583fae7db5b7419e5fed569cb0"
9 PROTOCOL = "https"
10 BRANCH = "master"
11 S = "${WORKDIR}/git"
12 PV = "1.5.2+git${SRCPV}"
13
14 SRC_URI = "git://github.com/lpomfrey/django-debreach.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
15
16
17 DEPENDS += " python"
18 inherit setuptools distutils pkgconfig