X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-scss_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-scss_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=3fd7809fb2dbdafe3ed2023fd8c2ba292c2a0823;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-scss_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-scss_git.bb deleted file mode 100644 index 3fd7809..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-scss_git.bb +++ /dev/null @@ -1,18 +0,0 @@ - -DESCRIPTION = "A simple language agnostic database migration tool" - -LICENSE = "LGPL-3.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02 " - - -SRCREV = "34fe985e6b43caa9f9b9bcd0dc433be4b2a1fdec" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "0.8.73" - -SRC_URI = "git://github.com/klen/python-scss;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - - -DEPENDS += " python" -inherit setuptools distutils pkgconfig