[X2Go-Commits] [pyhoca-gui] 02/02: pyhoca-gui.spec: WxPython4 is called python3-wxPython on *SuSE (Tumbleweed), so fix up name.
git-admin at x2go.org
git-admin at x2go.org
Wed Dec 25 07:42:22 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository pyhoca-gui.
commit 559601b59006f7c697de1449f5504086877a6eb5
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Dec 25 07:41:59 2019 +0100
pyhoca-gui.spec: WxPython4 is called python3-wxPython on *SuSE (Tumbleweed), so fix up name.
---
debian/changelog | 2 ++
pyhoca-gui.spec | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2772fd5..ca223cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,8 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium
+ Disable Python-3-builds on all *SuSE versions but Tumbleweed. Sadly,
only Tumbleweed currently includes python3-wxPython(4), so we have to
keep all other versions on Python 2 for now.
+ + WxPython4 is called python3-wxPython on *SuSE (Tumbleweed), so fix up
+ name.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 11 Dec 2019 12:47:21 +0100
diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec
index d299bef..e148e61 100644
--- a/pyhoca-gui.spec
+++ b/pyhoca-gui.spec
@@ -190,8 +190,12 @@ Requires: %{name_helper_python3}-setproctitle
Requires: %{name_helper_python3}-x2go >= 0.6.1.2
Requires: libnotify
Requires: %{name_helper_python3}-gobject-base
+%if 0%{?suse_version}
+Requires: %{name_helper_python3}-wxPython
+%else
Requires: %{name_helper_python3}-wxpython4
%endif
+%endif
%description
X2Go is a server based computing environment with:
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
More information about the x2go-commits
mailing list