summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-12-15 15:20:48 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-12-21 17:16:14 -0500
commitaee86f05d7f434bc3eb7440eeed6b9bfbb9489fc (patch)
treebaa0dbc86f24d9db1abad806ca21ea50b759dd7f /meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb
parentfab72f68ae17fa4608e400e45c326433d97cbad1 (diff)
downloadmeta-cloud-services-aee86f05d7f434bc3eb7440eeed6b9bfbb9489fc.tar.gz
python3-pyscss: Change to python3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb28
1 files changed, 0 insertions, 28 deletions
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 @@
1DESCRIPTION = "pyScss, a Scss compiler for Python"
2HOMEPAGE = "http://github.com/Kronuz/pyScss"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa"
6
7PYPI_PACKAGE = "pyScss"
8
9SRC_URI[md5sum] = "9527b4864cd6023f77a8277e6fb773d7"
10SRC_URI[sha256sum] = "d0323110ecc7d3ead6b99cfec31301306928130e4d0a9eb13226bf390aba8c0e"
11
12inherit setuptools3 pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 python-pip \
18 libpcre \
19 python-six \
20 "
21
22# RDEPENDS_default:
23RDEPENDS_${PN} += " \
24 python-enum \
25 "
26
27CLEANBROKEN = "1"
28