diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-12-15 15:20:48 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-21 17:16:14 -0500 |
| commit | aee86f05d7f434bc3eb7440eeed6b9bfbb9489fc (patch) | |
| tree | baa0dbc86f24d9db1abad806ca21ea50b759dd7f /meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb | |
| parent | fab72f68ae17fa4608e400e45c326433d97cbad1 (diff) | |
| download | meta-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/python3-pyscss_1.3.7.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb new file mode 100644 index 0000000..0c7528a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | DESCRIPTION = "pyScss, a Scss compiler for Python" | ||
| 2 | HOMEPAGE = "http://github.com/Kronuz/pyScss" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "pyScss" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "c75fa4ea88d3c9df57a11679f337a939" | ||
| 10 | SRC_URI[sha256sum] = "f1df571569021a23941a538eb154405dde80bed35dc1ea7c5f3e18e0144746bf" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python3-pip \ | ||
| 18 | libpcre \ | ||
| 19 | python3-six \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # RDEPENDS_default: | ||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | python3-logging \ | ||
| 25 | python3-six \ | ||
| 26 | python3-numbers \ | ||
| 27 | python3-image \ | ||
| 28 | " | ||
| 29 | |||
| 30 | CLEANBROKEN = "1" | ||
| 31 | |||
