1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: ilorest
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools,
python3-all-dev,
python3-hypothesis,
python3-pbr,
python3-pyperform,
python3-pytest,
python3-pytest-runner,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
python3-certifi (>= 2020.6.20),
python3-colorama (>= 0.3.9),
python3-decorator,
python3-ilorest (>= 3.6.0.0),
python3-json-pointer,
python3-jsondiff (>= 1.2.0),
python3-jsonpatch (>= 1.28),
python3-jsonpath-rw,
python3-ply,
python3-prompt-toolkit (>= 2.0.8),
python3-setproctitle,
python3-six,
python3-tabulate,
python3-urllib3,
python3-wcwidth (>= 0.2.5),
yui-compressor,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/ilorest
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/ilorest.git
Homepage: https://github.com/HewlettPackard/python-redfish-utility
Package: ilorest
Architecture: all
Depends:
python3-certifi (>= 2020.6.20),
python3-colorama (>= 0.3.9),
python3-decorator,
python3-ilorest (>= 3.6.0.0),
python3-json-pointer,
python3-jsondiff,
python3-jsonpatch,
python3-jsonpath-rw,
python3-pbr,
python3-ply,
python3-prompt-toolkit (>= 2.0.8),
python3-pyudev,
python3-setproctitle,
python3-setuptools,
python3-six,
python3-tabulate,
python3-urllib3,
python3-wcwidth (>= 0.2.5),
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Description: cli for managing servers over the Redfish API
The Redfish Utility is a command line interface that allows one to manage
servers that take advantage of Redfish APIs. In addition to using the utility
manually to execute individual commands, you can create scripts to automate
tasks.
|