
Update apt-ostree snapshot to latest. Update build dependencies, added: - python3-systemd - python3-rich Updated dependencies, added: - systemd-container - python3-systemd - python3-yaml - software-properties-common Story: 2010844 Task: 48459 Depends-On: https://review.opendev.org/c/starlingx/tools/+/898224 Change-Id: I961de05d17e9dc68438f61db33feb262f90cac94 Signed-off-by: Charles Short <charles.short@windriver.com>
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
Source: apt-ostree
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-dev@lists.starlingx.io>
|
|
Rules-Requires-Root: no
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-sequence-python3,
|
|
python3-setuptools,
|
|
python3-all,
|
|
python3-pbr,
|
|
python3-rich,
|
|
python3-systemd,
|
|
python3-click,
|
|
python3-oslotest
|
|
Standards-Version: 4.6.2
|
|
Homepage: https://opendev.org/starlingx/apt-ostree
|
|
|
|
Package: python3-apt-ostree
|
|
Architecture: all
|
|
Depends:
|
|
${python3:Depends},
|
|
${misc:Depends},
|
|
python3-apt,
|
|
python3-click,
|
|
python3-rich,
|
|
bubblewrap,
|
|
reprepro,
|
|
systemd-container,
|
|
python3-systemd,
|
|
python3-yaml,
|
|
software-properties-common
|
|
Suggests:
|
|
python-apt-ostree-doc,
|
|
Description: Hybrid Image/Package management system
|
|
Hybrid image/package management system.
|
|
.
|
|
This package installs the library for Python 3.
|
|
|
|
Package: python-apt-ostree-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Depends:
|
|
${sphinxdoc:Depends},
|
|
${misc:Depends},
|
|
Description: Hybrid Image/package management system documentation
|
|
Hybrid package management system.
|
|
.
|
|
This is the common documentation package.
|