blob: 52b614c4477efce26f88dfa07acd16012b83e292 [file] [log] [blame]
Harald Welte8cd233a2018-05-31 11:43:23 +02001Source: osmo-python-tests
2Section: python
3Priority: optional
4Maintainer: Harald Welte <laforge@gnumonks.org>
5Build-Depends: debhelper (>= 9), python, dh-python, python-setuptools, python3, python3-setuptools
6Standards-Version: 3.9.8
7Homepage: http://git.osmocom.org/python/osmo-python-tests/
8Vcs-Git: git://git.osmocom.org/python/osmo-python-tests
9Vcs-Browser: http://git.osmocom.org/python/osmo-python-tests/
10
11Package: python2-osmopy-libs
12Architecture: all
13Depends: ${python:Depends}, ${misc:Depends}
14Description: Python code (not only) for testing of Osmocom programs
15 .
16 This package contains the Python 2 version of osmopy libraries.
17
18Package: python2-osmopy-utils
19Architecture: all
20Depends: ${python:Depends}, ${misc:Depends}, python2-osmopy-libs
21Description: Python code (not only) for testing of Osmocom programs
22 .
23 This package contains the Python 2 version of osmopy utils.
24
25Package: python3-osmopy-libs
26Architecture: all
27Depends: ${python3:Depends}, ${misc:Depends}
28Description: Python code (not only) for testing of Osmocom programs
29 .
30 This package contains the Python 3 version of osmopy libraries.
31
32Package: python3-osmopy-utils
33Architecture: all
Daniel Willmanna7eda7f2019-02-04 15:33:06 +010034Depends: ${python3:Depends}, ${misc:Depends}, python3-osmopy-libs, python3-twisted, python3-treq, python3-aiohttp
Harald Welte8cd233a2018-05-31 11:43:23 +020035Description: Python code (not only) for testing of Osmocom programs
36 .
37 This package contains the Python 3 version of osmopy utils.