File: sysdeps.rst

package info (click to toggle)
pygobject 3.55.3-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,000 kB
  • sloc: ansic: 39,431; python: 26,883; sh: 114; makefile: 81; xml: 35; cpp: 1
file content (27 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
System Dependencies
===================

PyGObject not only depends on packages available from PyPI, but also requires
certain system dependencies to be installed. Because their version isn't taken
into account by pip's dependency resolver, you may need to restrict the version
of PyGObject itself for the installation to succeed. This lists the minimum
version of the system dependencies over time.

3.50.0+:
    * glib: >= 2.80.0
    * libffi: >= 3.0
    * gobject-introspection: >= 1.64.0 (for tests only)

3.46.0+:
    * glib: >= 2.64.0
    * gobject-introspection: >= 1.64.0
    * libffi: >= 3.0

    Example distributions: Ubuntu 20.04, Debian Bullseye, or newer

3.40.0 - 3.44.x:
    * glib: >= 2.56.0
    * gobject-introspection: >= 1.56.0
    * libffi: >= 3.0

    Example distributions: Ubuntu 18.04, or newer