]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: add missing python-yaml dependency for mgr-k8sevents 31178/head
authorKefu Chai <kchai@redhat.com>
Sun, 27 Oct 2019 04:44:45 +0000 (12:44 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 27 Oct 2019 04:46:15 +0000 (12:46 +0800)
commit8adbb86fb80769bffa8ad8c4bc029da0b7746263
treec558c08b335ee5c41c09a954033cf8a12ef290c0
parent3e2f997061d72e8fc75aed363234aae403594b0e
ceph.spec.in: add missing python-yaml dependency for mgr-k8sevents

otherwise we might have:

```
ceph/src/pybind/mgr/k8sevents/__init__.py", line 1, in <module>
    from .module import Module
  File "/home/kchai/ceph/src/pybind/mgr/k8sevents/module.py", line 28, in <module>
    import yaml
ImportError: No module named yaml
```

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in