update/software/debian/deb_folder/control

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.