1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: dogtail
Section: python
Priority: optional
Maintainer: Samuel Thibault <sthibault@debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-sequence-python3,
python3-all,
python3-pyatspi,
python3-setuptools,
python3-nose2 <!nocheck>,
python3-packaging <!nocheck>,
python3-xlib <!nocheck>,
python3-cairo <!nocheck>,
gtk-3-examples <!nocheck>,
gedit <!nocheck>,
imagemagick <!nocheck>,
psmisc <!nocheck>,
at-spi2-core (>= 2.53) <!nocheck>,
dbus-daemon <!nocheck>,
xauth <!nocheck>,
xvfb <!nocheck>
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/Debian/dogtail
Vcs-Git: https://salsa.debian.org/Debian/dogtail.git
Homepage: https://gitlab.com/dogtail/dogtail
Standards-Version: 4.6.2
Package: python3-dogtail
Architecture: all
Multi-Arch: foreign
Depends:
at-spi2-core (>= 2.53),
gir1.2-gtk-3.0,
gnome-ponytail-daemon,
python3-apt (>= 0.7.93),
python3-gi,
python3-gi-cairo,
python3-pyatspi,
python3-xlib,
python3-packaging,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Breaks: python-dogtail
Replaces: python-dogtail
Recommends:
imagemagick,
Description: GUI test tool and automation framework
dogtail is a GUI test tool and automation framework written in Python.
It uses Accessibility (a11y) technologies to communicate with desktop
applications. dogtail scripts are written in Python.
|