ha/service-mgmt-api/debian/deb_folder/control
Chuck Short c9a80e6b5f debian: Fix service-mgmt-api packaging issues
- Removed unneeded dependencies.
- Install systemd services in the correct directory.
- Enabled systemd preset so that the packaging is starting
  correctly when the server boots.

Test Plan
PASS Build and test ISO.
PASS Check sm service has started.

Story: 2009101
Task: 44678

Depends-On: https://review.opendev.org/c/starlingx/integ/+/831950

Signed-off-by: Chuck Short <charles.short@windriver.com>
Change-Id: I05f7f559f14892eaede069930398359b3d26f6e5
2022-03-08 15:50:56 +00:00

57 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,
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:Depends}, ${misc:Depends},
python3-six,
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.