This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit b4860041ed6c6a99a1e3f2a0f975cb5b3eb688bc Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 2 01:30:20 2018 +0200 python-x2go.spec: add dependency on the python-configparser backport. Makes at least part working with both Python 2 and 3. --- debian/changelog | 2 ++ python-x2go.spec | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1c02d34..1351c7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ python-x2go (0.5.99.1-0x2go1) UNRELEASED; urgency=medium lower than 8, we strip Python 3 stuff out completely and rename the package to python-x2go. - Fix package names in %package (and its %description) and %files sections. + - Add dependency on the python-configparser backport. Makes at least part + working with both Python 2 and 3. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 22 Sep 2017 14:15:05 +0200 diff --git a/python-x2go.spec b/python-x2go.spec index 732f17b..ed23fac 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -48,6 +48,7 @@ BuildRequires: %{python_module paramiko} BuildRequires: %{python_module xlib} BuildRequires: %{python_module requests} BuildRequires: %{python_module simplejson} +BuildRequires: %{python_module configparser} %description X2Go is a server based computing environment with: @@ -84,6 +85,7 @@ Requires: python-xlib Requires: python-requests Requires: python-simplejson Requires: python-future +Requires: python-configparser Requires: nxproxy %{?python_provide:%python_provide python2-x2go} @@ -114,6 +116,7 @@ Requires: python3-xlib Requires: python3-requests Requires: python3-simplejson Requires: python3-future +Requires: python3-configparser Requires: nxproxy %{?python_provide:%python_provide python3-%{srcname}} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git