X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-adal_1.0.2.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-adal_1.0.2.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=d48b014bdd2bae04bff228612e1e5bc6d60b5dfd;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-adal_1.0.2.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-adal_1.0.2.bb deleted file mode 100644 index d48b014..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-adal_1.0.2.bb +++ /dev/null @@ -1,27 +0,0 @@ - -DESCRIPTION = "Microsoft Azure Active Directory Authentication Library (ADAL) for Python" -HOMEPAGE = "https://github.com/AzureAD/azure-activedirectory-library-for-python" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://setup.py;beginline=2;endline=27;md5=43b81fae9d7baa1f0b1c9774a68ca33a" - - -inherit pypi setuptools - -PYPI_PACKAGE = "adal" - -SRC_URI[md5sum] = "895791621c696fbbb00dee975260f890" -SRC_URI[sha256sum] = "4c020807b3f3cfd90f59203077dd5e1f59671833f8c3c5028ec029ed5072f9ce" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-pyjwt \ - ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-xml \ - "