Install this version:
emerge -a =app-admin/redfish-utilities-3.5.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/redfish-utilities-3.5.1
Or alternatively:
emerge --autounmask-write -a =app-admin/redfish-utilities-3.5.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.5.1 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{14..15} )
inherit distutils-r1 pypi
DESCRIPTION="Python based utilities for performing common management operations with Redfish"
HOMEPAGE="https://github.com/DMTF/Redfish-Tacklebox"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/redfish-3.2.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/xlsxwriter-1.2.7[${PYTHON_USEDEP}]
"
dev-python/cryptography[] dev-python/pyopenssl[] >=dev-python/redfish-3.2.1[] dev-python/requests[] >=dev-python/xlsxwriter-1.2.7[]