blob: 9d6712e1c9714f2ea6e22e3e5acf7efab93d378f (
plain)
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
|
.. _debian:
Debian
======
This section documents all related to the debian package.
Dependencies
------------
* ``openvpn``
* ``python-qt4``
* ``python-crypto``
* ``python setuptools``
* ``python-requests``
* ``python-gnutls``
.. note::
these two need a version that is not found in the current debian stable or in ubuntu 12.04.
They will be packaged... soon.
* ``python-gnutls == 1.1.9``
* ``python-keyring``
For tests
^^^^^^^^^
* ``python-nose``, ``python-mock``, ``python-coverage``
|