diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-12-15 15:22:06 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-21 17:16:14 -0500 |
| commit | 8360854de1882befd36c7cb48625a74089701e9b (patch) | |
| tree | dafac2605afb221969c5f4602030f913f71ce420 /meta-openstack/recipes-devtools/python | |
| parent | 4f8e0170364f07c39afba459b4d70515267aa870 (diff) | |
| download | meta-cloud-services-8360854de1882befd36c7cb48625a74089701e9b.tar.gz | |
python3-django-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-django-pyscss_2.0.2.bb (renamed from meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb b/meta-openstack/recipes-devtools/python/python3-django-pyscss_2.0.2.bb index 7438327..0d6cc41 100644 --- a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-django-pyscss_2.0.2.bb | |||
| @@ -12,12 +12,12 @@ inherit setuptools3 pypi | |||
| 12 | # DEPENDS_default: python-pip | 12 | # DEPENDS_default: python-pip |
| 13 | 13 | ||
| 14 | DEPENDS += " \ | 14 | DEPENDS += " \ |
| 15 | python-pip \ | 15 | python3-pip \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | # RDEPENDS_default: | 18 | # RDEPENDS_default: |
| 19 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS_${PN} += " \ |
| 20 | python-django \ | 20 | python3-django \ |
| 21 | python-pyscss \ | 21 | python3-pyscss \ |
| 22 | python-pathlib \ | 22 | python3-pathlib \ |
| 23 | " | 23 | " |
