Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-ldappool_git.bb
1
2 DESCRIPTION = "A simple connector pool for python-ldap."
3
4 LICENSE = "Apache-2.0"
5 LIC_FILES_CHKSUM = "file://setup.py;md5=9c24605289b49ad77a51ba7986425158"
6
7
8 SRCREV = "f75c1a8a34d4fbe6df7889205b5c6a4db6886c33"
9 PROTOCOL = "https"
10 BRANCH = "master"
11 S = "${WORKDIR}/git"
12 PV = "2.4.1+git${SRCPV}"
13
14 SRC_URI = "git://opendev.org/openstack/ldappool.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
15
16
17 DEPENDS += " python python-pbr-native"
18 inherit setuptools distutils pkgconfig