[X2Go-Commits] [python-x2go] 01/01: python-x2go.spec: At least in openSUSE, Sphinx is python3-Sphinx (with capital S).

git-admin at x2go.org git-admin at x2go.org
Mon May 14 10:54:11 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit 07e5a8623068d3aa65c70fa521c63b56b3b7a1cc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon May 14 10:52:42 2018 +0200

    python-x2go.spec: At least in openSUSE, Sphinx is python3-Sphinx (with capital S).
---
 python-x2go.spec | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/python-x2go.spec b/python-x2go.spec
index 276e435..c12c1bc 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -30,7 +30,11 @@ BuildRequires:  python3-devel
 BuildRequires:  python3-future
 %endif # if with_python3
 # For doc build
+%if 0%{?suse_version}
+BuildRequires:  python3-Sphinx
+%else
 BuildRequires:  python3-sphinx
+%endif
 BuildRequires:  python3-gevent
 BuildRequires:  python3-paramiko
 BuildRequires:  python3-xlib

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list