This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from fca2221 debian/control: Add B-D: dh-python. new e77c704 x2gobroker.spec: Make sure the build chroot has all it needs to run the PyModule's unit tests. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2gobroker.spec | 13 +++++++++++++ 1 file changed, 13 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
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@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