X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ldappool_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ldappool_git.bb;h=a72e6ea1c6c1dba6410d7259b6a162706c15951a;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ldappool_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ldappool_git.bb new file mode 100644 index 0000000..a72e6ea --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ldappool_git.bb @@ -0,0 +1,18 @@ + +DESCRIPTION = "A simple connector pool for python-ldap." + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://setup.py;md5=9c24605289b49ad77a51ba7986425158" + + +SRCREV = "f75c1a8a34d4fbe6df7889205b5c6a4db6886c33" +PROTOCOL = "https" +BRANCH = "master" +S = "${WORKDIR}/git" +PV = "2.4.1+git${SRCPV}" + +SRC_URI = "git://opendev.org/openstack/ldappool.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" + + +DEPENDS += " python python-pbr-native" +inherit setuptools distutils pkgconfig