X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ldap3_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ldap3_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=bc6d9e1c2f49e27ffa1a3aeac63cfc825fea7005;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ldap3_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ldap3_git.bb deleted file mode 100644 index bc6d9e1..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ldap3_git.bb +++ /dev/null @@ -1,17 +0,0 @@ - -DESCRIPTION = "ldap3 is a strictly RFC 4510 conforming LDAP V3 pure Python client library. The same codebase runs in Python 2, Python 3, PyPy and PyPy3." - -LICENSE = "LGPL-3.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32be5282b8f7cafe30b89d2980fbc7d0" - -SRCREV = "08810e435392a1f1a96d5e65bb444b9cb9e96ae3" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "2.6+git${SRCPV}" - -SRC_URI = "git://github.com/cannatag/ldap3;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - - -DEPENDS += " python" -inherit setuptools distutils pkgconfig