diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-17 22:09:45 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-19 11:10:39 -0500 |
| commit | 2a5facf0299c31cd960b7a65016b8ee8b23e92c9 (patch) | |
| tree | d89c03b68cb55bb960ec47b089c7079e41e3db3e /meta-openstack/recipes-devtools/python | |
| parent | 8f6bf4d5879510fd0d6c2815cdb91875770b3a74 (diff) | |
| download | meta-cloud-services-2a5facf0299c31cd960b7a65016b8ee8b23e92c9.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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb (renamed from meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb index 60e300d..0c7528a 100644 --- a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb +++ b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb | |||
| @@ -6,22 +6,25 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa" | |||
| 6 | 6 | ||
| 7 | PYPI_PACKAGE = "pyScss" | 7 | PYPI_PACKAGE = "pyScss" |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "9527b4864cd6023f77a8277e6fb773d7" | 9 | SRC_URI[md5sum] = "c75fa4ea88d3c9df57a11679f337a939" |
| 10 | SRC_URI[sha256sum] = "d0323110ecc7d3ead6b99cfec31301306928130e4d0a9eb13226bf390aba8c0e" | 10 | SRC_URI[sha256sum] = "f1df571569021a23941a538eb154405dde80bed35dc1ea7c5f3e18e0144746bf" |
| 11 | 11 | ||
| 12 | inherit setuptools3 pypi | 12 | inherit setuptools3 pypi |
| 13 | 13 | ||
| 14 | # DEPENDS_default: python-pip | 14 | # DEPENDS_default: python-pip |
| 15 | 15 | ||
| 16 | DEPENDS += " \ | 16 | DEPENDS += " \ |
| 17 | python-pip \ | 17 | python3-pip \ |
| 18 | libpcre \ | 18 | libpcre \ |
| 19 | python-six \ | 19 | python3-six \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | # RDEPENDS_default: | 22 | # RDEPENDS_default: |
| 23 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS_${PN} += " \ |
| 24 | python-enum \ | 24 | python3-logging \ |
| 25 | python3-six \ | ||
| 26 | python3-numbers \ | ||
| 27 | python3-image \ | ||
| 25 | " | 28 | " |
| 26 | 29 | ||
| 27 | CLEANBROKEN = "1" | 30 | CLEANBROKEN = "1" |
