Files
meta-starlingx/recipes-devtools/python/python-ldappool_git.bb
babak sarashki d156af831d starlingx-image-aio rootfs bb file and packages ported
(1) starlingx-image-aio rootfs bitbake file
	(2) packagegourp-stak-base for the base rootfs
	(3) packagroup-stx for starlingx specific packages
	(4) removed docs/inspect.sh
	(5) added docs/update-pool.sh
	(6) added recipes for python packages
2020-05-18 13:07:27 -07:00

17 lines
453 B
BlitzBasic

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"
SRC_URI = "git://opendev.org/openstack/ldappool.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
DEPENDS += " python python-pbr-native"
inherit setuptools distutils pkgconfig