Source: python-ibmcclient
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-mock,
 python3-requests (>= 2.14.2),
 python3-six (>= 1.10.0),
Standards-Version: 4.5.0
Homepage: https://github.com/IamFive/python-ibmcclient
Vcs-Browser: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-ibmcclient
Vcs-Git: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-ibmcclient

Package: python3-ibmcclient
Architecture: all
Depends:
 python3-requests (>= 2.14.2),
 python3-six (>= 1.10.0),
 ${misc:Depends},
 ${python3:Depends},
Description: Python library to communicate with HUAWEI iBMC based systems.
 The goal of the library is to be extremely simple, small, have as few dependencies as
 possible and be very conservative when dealing with BMCs by access HTTP REST API provided
 by HUAWEI iBMC based systems. Currently, the scope of the library has been limited to
 supporting OpenStack Ironic ibmc driver.
 .
 This package contains the Python 3 module.
