diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-05-13 15:24:32 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-13 16:50:29 -0400 |
commit | b788ec7abe994c0c4bfa0029c24d5e3772db0f6f (patch) | |
tree | 66f8b043244dbec4ef727fcdf7223fe94f77016f /meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb | |
parent | 73a905b7515f3dfcb0d235cb56ef9452c16d1d3e (diff) | |
download | meta-cloud-services-b788ec7abe994c0c4bfa0029c24d5e3772db0f6f.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" |