From aee86f05d7f434bc3eb7440eeed6b9bfbb9489fc Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 15 Dec 2020 15:20:48 +0800 Subject: python3-pyscss: Change to python3 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-pyscss_1.3.4.bb | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb b/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb deleted file mode 100644 index 60e300d..0000000 --- a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "pyScss, a Scss compiler for Python" -HOMEPAGE = "http://github.com/Kronuz/pyScss" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa" - -PYPI_PACKAGE = "pyScss" - -SRC_URI[md5sum] = "9527b4864cd6023f77a8277e6fb773d7" -SRC_URI[sha256sum] = "d0323110ecc7d3ead6b99cfec31301306928130e4d0a9eb13226bf390aba8c0e" - -inherit setuptools3 pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - libpcre \ - python-six \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-enum \ - " - -CLEANBROKEN = "1" - -- cgit v1.2.3-54-g00ecf