Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-beaker_git.bb
1
2 DESCRIPTION = "Beaker is a web session and general caching library that includes WSGI middleware for use in web applications."
3
4 LICENSE = "BSD"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=5297e0e46f5be6c86a87e35afe958cc7"
6
7 SRCREV = "4a2cb747c16dc58af39b1ae56e1cf14dfeb9c9a7"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "1.10.1+git${SRCPV}"
12
13 SRC_URI = "git://github.com/bbangert/beaker;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16 DEPENDS += " python"
17 inherit setuptools distutils pkgconfig