diff options
author | 2015-12-08 18:33:17 +0100 | |
---|---|---|
committer | 2015-12-11 12:11:28 -0500 | |
commit | 000b16d16134a68326218bc7f6debd7cf3a56378 (patch) | |
tree | a9451386d6d3936f3087440db43ed5d816798409 | |
parent | 2719089b3c90234c714fb7b905d6c5ab5f5da6ce (diff) | |
download | meta-cloud-services-000b16d16134a68326218bc7f6debd7cf3a56378.tar.gz meta-cloud-services-000b16d16134a68326218bc7f6debd7cf3a56378.tar.bz2 meta-cloud-services-000b16d16134a68326218bc7f6debd7cf3a56378.zip |
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>
-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 f26352a4..72ea639f 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 += " \ # RDEPENDS_default: RDEPENDS_${PN} += " \ + python-enum \ " CLEANBROKEN = "1" |