X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-lang_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython3-lang_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=ddee5d30f2b16b0a1f428bc6d3216bd7203bcbb3;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-lang_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-lang_git.bb deleted file mode 100644 index ddee5d3..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python3-lang_git.bb +++ /dev/null @@ -1,23 +0,0 @@ - -SUMMARY = " Lang - Python Language Constraints" -DESCRIPTION = "\ - Lang is a Python module that allows enforcing programming language constraints. Lang was \ - built using a Java like mindset, so many of the constraints that are supported are mirrors \ - of constraints in the Java programming language. \ - " - - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" - -SRCREV = "feb4c638ebc581d9913f440965e83558fd10018c" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git/src" -PV = "1.0.4+git${SRCPV}" - -SRC_URI = "git://github.com/amitassaraf/lang.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - - -DEPENDS += " python3 python3-setuptools-scm-native" -inherit setuptools3 distutils3 pkgconfig