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=3fd7809fb2dbdafe3ed2023fd8c2ba292c2a0823;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;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 new file mode 100644 index 0000000..3fd7809 --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-scss_git.bb @@ -0,0 +1,18 @@ + +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