
The entry added to debian_stable_wheels.inc by [1] means that the wheel generation will fail because the control file does not have an entry for that wheel. The version needs to be 1.0-1 rather than 1.0.1 Adding the appropriate directives. [1] https://review.opendev.org/c/starlingx/update/+/877874/7/debian_stable_wheels.inc Closes-Bug: 2015404 Signed-off-by: Al Bailey <al.bailey@windriver.com> Change-Id: I5752d72531aeb521e24d9e8661f55748ef4d0624
32 lines
941 B
Plaintext
32 lines
941 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}
|
|
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.
|