ha/service-mgmt-api/debian/deb_folder/control

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.