powa-team / powa-web

PoWA user interface
http://powa.readthedocs.io/
73 stars 31 forks source link

Packaging issue on Centos 7 #99

Closed blogh closed 4 years ago

blogh commented 4 years ago

Hi,

We have packaging issues on : Centos 7. This example is with PostgreSQL 11 but it's at least the same with 9.6.

[vagrant@powa ~]$ sudo yum install powa_11-web
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.in2p3.fr
 * epel: fedora.cu.be
 * extras: mirror.in2p3.fr
 * updates: fr2.rpmfind.net
Resolving Dependencies
--> Running transaction check
---> Package powa_11-web.x86_64 0:4.0.1-1.rhel7 will be installed
--> Processing Dependency: python3-tornado >= 2.0 for package: powa_11-web-4.0.1-1.rhel7.x86_64
--> Processing Dependency: python3-sqlalchemy for package: powa_11-web-4.0.1-1.rhel7.x86_64
--> Finished Dependency Resolution
Error: Package: powa_11-web-4.0.1-1.rhel7.x86_64 (pgdg11)
           Requires: python3-sqlalchemy
Error: Package: powa_11-web-4.0.1-1.rhel7.x86_64 (pgdg11)
           Requires: python3-tornado >= 2.0
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

There is 2 package for tornado :

And 3 for sqlalchemy :

How can I help fixing this ?

regards, Benoit

rjuju commented 4 years ago

Hi,

This has already been raised a few days ago, see https://github.com/powa-team/powa/issues/129#issuecomment-632230746. This should get fixed shortly.

blogh commented 4 years ago

woops sorry, thanks for the link !