ha/service-mgmt-api/debian/deb_folder/control
Leonardo Fagundes Luz Serrano f30223d172 Add debian package for service-mgmt-api
Add debian packaging infrastructure for service-mgmt-api
to build a debian package.

Story: 2009101
Task: 43642

Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
Change-Id: Icc575ebfce60550953ea365a4d0a3c83183eb8e7
2021-11-03 13:45:22 +00:00

59 lines
1.3 KiB
Plaintext

Source: sm-api
Section: admin
Priority: optional
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-wheel,
libsystemd-dev
Build-Depends-Indep:
python3-eventlet,
python3-httplib2,
python3-iso8601,
python3-jsonpatch,
python3-keystonemiddleware,
python3-kombu,
python3-mysqldb,
python3-oslo.config,
python3-pecan,
python3-prettytable,
python3-psutil,
python3-sqlalchemy,
python3-migrate,
python3-wsme
Standards-Version: 4.5.1
Homepage: https://www.starlingx.io
Rules-Requires-Root: no
Package: sm-api
Architecture: all
Depends: python3:any, ${python3:Depends}, ${misc:Depends},
python3-six,
systemd,
mtce-pmon,
python3-eventlet,
python3-httplib2,
python3-iso8601,
python3-jsonpatch,
python3-keystonemiddleware,
python3-kombu,
python3-mysqldb,
python3-oslo.config,
python3-pecan,
python3-prettytable,
python3-psutil,
python3-sqlalchemy,
python3-migrate,
python3-wsme
Description: Service Management API
This is the python3 version of the package.
Package: sm-api-wheels
Architecture: all
Depends: ${misc:Depends}
Description: Contains python wheels for Service Management API
This is the support package for the PEP 427 wheel version of the package,
required for using pip inside a virtual environment.