diff options
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 020473cc..c94189ca 100644 --- a/debian/control +++ b/debian/control @@ -25,14 +25,15 @@ Depends: ${misc:Depends}, ${python:Depends}, python-xdg, python-jsonschema, python-sh, - pyhon-setuptools, + python-setuptools, python-nose, python-mock, pep8, openvpn #pyqt4-dev-tools, ??? #python-sphinx, only build-depend, right? -Suggests: resolvconf, python-geoip +Suggests: resolvconf +#, python-geoip ??? Conflicts: autoresolv Enhances: openvpn Description: Provides the desktop client for the LEAP Encryption Access Project Platform. diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 89b0ad3b..6a5f9311 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -14,4 +14,4 @@ python-dateutil sh pyxdg -pygeoip # optional +#pygeoip # optional |