diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-12-08 18:33:17 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:28 -0500 |
| commit | 000b16d16134a68326218bc7f6debd7cf3a56378 (patch) | |
| tree | a9451386d6d3936f3087440db43ed5d816798409 /meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb | |
| parent | 2719089b3c90234c714fb7b905d6c5ab5f5da6ce (diff) | |
| download | meta-cloud-services-000b16d16134a68326218bc7f6debd7cf3a56378.tar.gz | |
python-pyscss: add missing rdepends on python-enum
Add missing rdepends on python-enum or it fails with:
File "/usr/lib64/python2.7/site-packages/scss/compiler.py", line 7, in <module>
from enum import Enum
ImportError: No module named enum
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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 | 1 |
1 files changed, 1 insertions, 0 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 index f26352a..72ea639 100644 --- a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb +++ b/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb | |||
| @@ -25,6 +25,7 @@ DEPENDS += " \ | |||
| 25 | 25 | ||
| 26 | # RDEPENDS_default: | 26 | # RDEPENDS_default: |
| 27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
| 28 | python-enum \ | ||
| 28 | " | 29 | " |
| 29 | 30 | ||
| 30 | CLEANBROKEN = "1" | 31 | CLEANBROKEN = "1" |
