python-compute/packaging/debian/files/control

54 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-11-23 02:34:02 +03:00
Source: compute
Section: admin
Priority: optional
Maintainer: ge <ge@nixhacks.net>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
bash-completion,
pybuild-plugin-pyproject,
python3-poetry-core,
python3-setuptools,
python3-all,
python3-sphinx,
python3-sphinx-multiversion,
2023-12-03 23:25:34 +03:00
python3-sphinx-argparse,
2023-11-23 02:34:02 +03:00
python3-libvirt,
python3-lxml,
python3-yaml,
python3-pydantic
Standards-Version: 4.6.2
Homepage: https://git.lulzette.ru/hstack/compute
Package: compute
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
qemu-system,
qemu-utils,
2024-01-13 00:45:30 +03:00
libvirt-daemon,
2023-11-23 02:34:02 +03:00
libvirt-daemon-system,
2024-01-13 00:45:30 +03:00
libvirt-daemon-driver-qemu,
2023-11-23 02:34:02 +03:00
libvirt-clients,
python3-libvirt,
python3-lxml,
python3-yaml,
2023-12-13 01:42:50 +03:00
python3-pydantic,
mtools,
2024-01-13 00:45:30 +03:00
dosfstools,
dnsmasq,
dnsmasq-base
2023-11-23 02:34:02 +03:00
Suggests:
compute-doc
2023-12-13 01:42:50 +03:00
Description: Compute instances management library (Python 3)
2023-11-23 02:34:02 +03:00
Package: compute-doc
Section: doc
Architecture: all
Depends:
${sphinxdoc:Depends},
${misc:Depends},
2023-12-13 01:42:50 +03:00
Description: Compute instances management library (documentation)