X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pysaml2_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pysaml2_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=3f5ec6299fcfbc95927819f2a8320db886ffc57c;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pysaml2_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pysaml2_git.bb deleted file mode 100644 index 3f5ec62..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pysaml2_git.bb +++ /dev/null @@ -1,27 +0,0 @@ - -DESCRIPTION = "Python implementation of SAML Version 2 to be used in a WSGI environment" -HOMEPAGE = "https://github.com/rohe/pysaml2" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=861cc9087857b5bea2e11356c3de95d9" - -SRCREV = "c740a3a270037d6fcb42a12112db594705d3878f" -SRCNAME = "pysaml2" -PROTOCOL = "git" -BRANCH = "v4.9.0" -S = "${WORKDIR}/git" -PV = "4.5.0+git${SRCPV}" - -SRC_URI = "git://github.com/rohe/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - " - -RDEPENDS_${PN} += " \ - python-zopeinterface \ - python-repoze.who \ - python-defusedxml \ - "