[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.4-94-g15dea9c

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:57:11 CEST 2013


The branch, twofactorauth has been updated
       via  15dea9c4820741515720d429b0bff4bd68df4dbd (commit)
      from  a2e0625441c1653d71c27f9ed4f791c487338fd4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    2 ++
 setup.py         |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 451a5ac..2d7d35c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
       an internal property.
     - Fix many undefined symbols reported by Debian developer
       Jakub Wilk. (THANKS!)
+    - The Python setuptools modules does not have to be installed as dependency
+      with python-x2go.
   * Depend on python-xlib.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sat, 28 Sep 2012 01:44:21 +0100
diff --git a/setup.py b/setup.py
index 27a6587..2432978 100755
--- a/setup.py
+++ b/setup.py
@@ -30,5 +30,5 @@ setup(
     url = 'http://www.x2go.org',
     packages = find_packages('.'),
     package_dir = {'': '.'},
-    install_requires = ['setuptools', 'gevent', 'paramiko', ]
+    install_requires = ['gevent', 'paramiko', ]
 )


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list