
This commit enables bash completion for Unified Software Management commands using argcomplete module. Test Plan: [PASS] Build and install the iso [PASS] Test bash completion for software commands Story: 2010676 Task: 48540 Depends-On: https://review.opendev.org/c/888955 Signed-off-by: Jessica Castelino <jessica.castelino@windriver.com> Change-Id: Id1d404ff48029c61040f2f137b0169d5ac6919d6
35 lines
984 B
Plaintext
35 lines
984 B
Plaintext
Source: software
|
|
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-keystonemiddleware,
|
|
python3-oslo.config
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
Rules-Requires-Root: no
|
|
|
|
Package: software
|
|
Architecture: all
|
|
Depends: ${python3:Depends},
|
|
${misc:Depends},
|
|
gir1.2-ostree-1.0,
|
|
python3-argcomplete
|
|
Description: StarlingX unified software deployment and management
|
|
StarlingX unified software deployment and management.
|
|
|
|
|
|
Package: software-wheel
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends}, python3-wheel
|
|
Description: StarlingX unified software deployment and management
|
|
StarlingX unified software deployment and management.
|
|
.
|
|
This is the support package for the PEP 427 wheel version of the package,
|
|
required for using pip inside a virtual environment.
|