c20bff717c
Make sure that the python is installed correctly. Test Plan PASS Build and test ISO. Story: 2009101 Task: 43644 Signed-off-by: Chuck Short <charles.short@windriver.com> Change-Id: I1bd2938b2fb861a2281fc6a3f3bf3f5408ccbb86
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
Source: sm-tools
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper (>= 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.1.2
|
|
Homepage: https://www.starlingx.io
|
|
Rules-Requires-Root: no
|
|
|
|
Package: sm-tools
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends},
|
|
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 Tools
|
|
This is the python3 version of the package.
|
|
|
|
Package: sm-tools-wheels
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Description: Contains python wheels for Service Management Tools
|
|
This is the support package for the PEP 427 wheel version of the package,
|
|
required for using pip inside a virtual environment.
|