Scroll to navigation

QTPY-GET-DEPENDENCIES(1) User Commands QTPY-GET-DEPENDENCIES(1)

NAME

qtpy-get-dependencies - get Debian package dependencies for qtpy modules

SYNOPSIS

qtpy-get-dependencies [-h] [--pyqt5 | --pyqt6 | --pyside6] [--version] module [module ...]

List Debian package dependencies for a set of QtPy modules

DESCRIPTION

A qtpy-using package requires a Python Qt library behind it. This script takes a list of QtPy modules (obtained, for example, by searching a package's source files for the string "from qtpy import"), and returns a list of Debian packages required for this package, ready to be included in the binary Depends field of the package's debian/control file.

See the file /usr/share/doc/python3-qtpy/README.Debian for more information on the way that qtpy chooses which backend to use.

OPTIONS

show this help message and exit
Give PyQt5 dependencies (default)
Give PyQt6 dependencies
Give PySide 6 dependencies
show program's version number and exit
Name of qtpy module imported (with or without leading 'qtpy.')
December 2024 Debian