9c636ed5c2
Add packaging infrastructure for python-fmclient. Story: 2009101 Task: 43050 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: I0691edccd28199e0cdb17994da68d4f4bb80eed7
26 lines
675 B
Plaintext
26 lines
675 B
Plaintext
Source: python-fmclient
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 12), dh-python, python3-setuptools, python3-all, python3-pbr
|
|
Build-Depends-Indep:
|
|
python3-oslo.utils,
|
|
python3-prettytable,
|
|
python3-keystoneauth1,
|
|
python3-six,
|
|
python3-httplib2
|
|
Standards-Version: 4.4.1
|
|
|
|
Package: python3-fmclient
|
|
Architecture: all
|
|
Depends: ${python3:Depends},
|
|
${misc:Depends},
|
|
python3-oslo.utils,
|
|
python3-prettytable,
|
|
python3-keystoneauth1,
|
|
python3-six,
|
|
python3-httplib2,
|
|
bash-completion
|
|
Description: Client library for fault management
|
|
A python client library for Fault Management
|