Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 803947 - sys-cluster/ceph-16.2.4-r2 requires pyyaml for OSD operation, ebuild only requires for mgr
Summary: sys-cluster/ceph-16.2.4-r2 requires pyyaml for OSD operation, ebuild only req...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-25 02:43 UTC by Alex Orange
Modified: 2021-09-17 01:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Orange 2021-07-25 02:43:39 UTC
The OSD component of ceph also requires pyyaml, however it is only required in the ebuild under the mgr section:

    mgr? (
        dev-python/jsonpatch[${PYTHON_USEDEP}]
        dev-python/more-itertools[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        dev-python/pyjwt[${PYTHON_USEDEP}]
*************
        dev-python/pyyaml[${PYTHON_USEDEP}]
*************
        dev-python/routes[${PYTHON_USEDEP}]
        diskprediction? (
            >=dev-python/scipy-1.4.0[${PYTHON_USEDEP}]
        )
        sci-libs/scikit-learn[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
    )

I'm not sure what components this is/isn't necessary for, but at least needs expansion to osd, which doesn't have a use flag, so effectively to all.
Comment 1 Larry the Git Cow gentoo-dev 2021-09-17 01:20:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da3a597a4b8d0f09e3e68bde8135ad4f8bee14b

commit 7da3a597a4b8d0f09e3e68bde8135ad4f8bee14b
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: 2021-09-17 00:06:53 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2021-09-17 01:20:44 +0000

    sys-cluster/ceph-16.2.6: Version bump
    
    Closes: https://bugs.gentoo.org/797622
    Closes: https://bugs.gentoo.org/797622
    Closes: https://bugs.gentoo.org/803947
    Closes: https://bugs.gentoo.org/803629
    Closes: https://bugs.gentoo.org/797598
    Closes: https://bugs.gentoo.org/795807
    Package-Manager: Portage-3.0.23, Repoman-3.0.3
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 sys-cluster/ceph/Manifest           |   1 +
 sys-cluster/ceph/ceph-16.2.6.ebuild | 459 ++++++++++++++++++++++++++++++++++++
 2 files changed, 460 insertions(+)