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/python-pyscss_1.3.4.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/python-pyscss_1.3.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb | 28 |
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 @@ | |||
| 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] = "9527b4864cd6023f77a8277e6fb773d7" | ||
| 10 | SRC_URI[sha256sum] = "d0323110ecc7d3ead6b99cfec31301306928130e4d0a9eb13226bf390aba8c0e" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python-pip \ | ||
| 18 | libpcre \ | ||
| 19 | python-six \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # RDEPENDS_default: | ||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | python-enum \ | ||
| 25 | " | ||
| 26 | |||
| 27 | CLEANBROKEN = "1" | ||
| 28 | |||
