[X2Go-Commits] [x2gobroker] 01/01: x2gobroker.spec: Make sure the build chroot has all it needs to run the PyModule's unit tests.

git-admin at x2go.org git-admin at x2go.org
Mon Apr 30 19:53:54 CEST 2018


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit e77c704ffbd480aaeef588998f9e677f7772179a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Apr 30 19:53:47 2018 +0200

    x2gobroker.spec: Make sure the build chroot has all it needs to run the PyModule's unit tests.
---
 x2gobroker.spec | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/x2gobroker.spec b/x2gobroker.spec
index 628605d..ad568bc 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -33,9 +33,22 @@ BuildRequires:  fdupes
 %endif
 BuildRequires:  sudo
 
+# for unit tests...
+%if 0%{?suse_version}
+BuildRequires:  python3-pampy
+%else
+BuildRequires:  python3-pam
+%endif
+BuildRequires:  python3-netaddr
+BuildRequires:  python3-tornado
+BuildRequires:  python3-paramiko
+BuildRequires:  python3-daemon
+BuildRequires:  python3-lockfile
+
 %if 0%{?fedora} || 0%{?el7} || 0%{?suse_version} >= 1230
 BuildRequires:  systemd
 %endif
+
 Requires:       python3-setproctitle
 Requires:       python3-wsgilog
 Requires(pre):  python3-x2gobroker = %{version}-%{release}

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


More information about the x2go-commits mailing list