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

gobject-introspection: Fix Python extension issue #8046

Merged
merged 5 commits into from
Nov 25, 2021
Merged

gobject-introspection: Fix Python extension issue #8046

merged 5 commits into from
Nov 25, 2021

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    405eb2d View commit details
    Browse the repository at this point in the history
  2. Link against libpython3.10

    xtkoba authored and Grimler91 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    ccd6e61 View commit details
    Browse the repository at this point in the history
  3. meson should use python3.10

    xtkoba authored and Grimler91 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    1ea2932 View commit details
    Browse the repository at this point in the history
  4. Rename extension

    xtkoba authored and Grimler91 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    9185bbc View commit details
    Browse the repository at this point in the history
  5. gobject-introspection: get python version from python build.sh

    Hardcoding it in gobject-introspection's build.sh and meson.patch will
    most definetly lead to us failing to update it somewhere when updating
    or rebuilding the package.
    Grimler91 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    72b8691 View commit details
    Browse the repository at this point in the history