Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken status: add system and python dependencies #42

Open
wants to merge 6 commits into
base: testing
Choose a base branch
from

Conversation

Fazarel
Copy link

@Fazarel Fazarel commented Nov 1, 2023

Problem

Python fails to install some libraries and extensions

Solution

Solution inspired by:
https://mopidy.com/blog/2019/12/27/mopidy-3-faq/#so-how-do-i-install-mopidy-3-on-ubuntu-1804-lts

  1. Packages needed by pygobject added to pkg_dependencies:
    libcairo2-dev libffi-dev libgirepository1.0-dev libglib2.0-dev

  2. Python libraries added:
    vext needs wheel
    some extensions need pygobject

  3. By the way, updated to the latest versions of mopidy and its extensions.

Tested in VirtualBox environment, amd64, YunoHost 11.2.5 (stable)
The log : https://paste.yunohost.org/raw/apucuhigal

PR Status

  • Code finished and ready to be reviewed/tested
  • The fix/enhancement were manually tested (if applicable)

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

Trying to solve dependencies and pygobject install
Using latest mopidy version, v3.4.2 (2023-11-01)
latest versions of extensions
@ericgaspar
Copy link
Member

!testme

@yunohost-bot
Copy link
Contributor

✌️
Test Badge

@siwinter
Copy link
Collaborator

siwinter commented Nov 2, 2023

The state of the project is a bit confusing right now.
There are two identical pull requests for the same issue. The automatic tests are not running for both.
We should agree on who will finish this.

@ericgaspar ericgaspar changed the base branch from master to testing November 2, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants