Hi,

I'm having an issue installing the x2gobroker-agent package on CentOS 7.  It looks like CentOS 7 has a python36 package but not a python3 (and various python packages).

# yum install x2gobroker-agent
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
 * base: mirrors.oit.uci.edu
 * epel: mirror.prgmr.com
 * extras: mirrors.oit.uci.edu
 * updates: mirrors.oit.uci.edu
Resolving Dependencies
--> Running transaction check
---> Package x2gobroker-agent.x86_64 0:0.0.4.2-0.0x2go1.0.git20190422.1225.heuler.el7 will be installed
--> Processing Dependency: python3-paramiko for package: x2gobroker-agent-0.0.4.2-0.0x2go1.0.git20190422.1225.heuler.el7.x86_64
--> Processing Dependency: python3-setproctitle for package: x2gobroker-agent-0.0.4.2-0.0x2go1.0.git20190422.1225.heuler.el7.x86_64
--> Processing Dependency: python3 for package: x2gobroker-agent-0.0.4.2-0.0x2go1.0.git20190422.1225.heuler.el7.x86_64
--> Finished Dependency Resolution
Error: Package: x2gobroker-agent-0.0.4.2-0.0x2go1.0.git20190422.1225.heuler.el7.x86_64 (x2go-nightly-epel)
           Requires: python3
Error: Package: x2gobroker-agent-0.0.4.2-0.0x2go1.0.git20190422.1225.heuler.el7.x86_64 (x2go-nightly-epel)
           Requires: python3-paramiko
Error: Package: x2gobroker-agent-0.0.4.2-0.0x2go1.0.git20190422.1225.heuler.el7.x86_64 (x2go-nightly-epel)
           Requires: python3-setproctitle
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


For reference, this can be replicated with the following

# yum -y install epel-release
# wget -O /etc/yum.repos.d/x2go.repo  https://packages.x2go.org/epel/x2go.repo
# yum install x2gobroker-agent 

Thanks,
Spenser