File: control

package info (click to toggle)
python-tinyrpc 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • ctags: 372
  • sloc: python: 1,700; makefile: 158; sh: 32
file content (20 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# debian/tests/control
# Control file for Debian ‘autopkgtests’.
# Documentation: ‘/usr/share/doc/autopkgtest/README.package-tests.rst.gz’.

Tests: smoke-python2
Depends:
    python-pkg-resources,
    python-tinyrpc

Tests: smoke-python3
Depends:
    python3-pkg-resources,
    python3-tinyrpc


# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :