YunoHost-Apps / searx_ynh

Searx package for YunoHost
https://searx.github.io/searx/
GNU General Public License v3.0
20 stars 17 forks source link

Fixes missing python-pybabel dependency #37

Closed trillerpfeife closed 6 years ago

trillerpfeife commented 6 years ago

Referes to #27 python-pybabel is no longer present in Debian Stretch. python-babel is present instead. python-pybabel is just a transitional package for python-babel[0]. So please let searx_ynh depend on python-babel package instead of python-pybabel.

Thanks

[0] https://packages.debian.org/jessie/python-pybabel

JimboJoe commented 6 years ago

Thanks for your contribution! As you've already seen, your fix is included in the pending Testing PR, so the contribution here would be to test that PR, and even help fixing here why it still doesn't work in the CI... By any chance, do you have a package_check instance with which you could try to help...? Thanks anyway!

trillerpfeife commented 6 years ago

Hey @JimboJoe, I tried to use package_check but it doesn't work. Even with other packages. I installed searx by replacing python-pybabel. Running yunohost on debian strech 9

JimboJoe commented 6 years ago

From what I know, package_check has only been tested on Debian. I personally use in inside my YunoHost development VM.

JimboJoe commented 6 years ago

Closing as the Testing PR got finally fixed :tada: Thanks again!