distutils was needed previous to the switch to pygobject, now the gobject library marks that package as needed if necessary, so there is no need for adding it explicitly virtualenv is faster to install packages it was particularly notorious on numpy, but since i've dropped numpy and matplotlib, it doesn't make much difference and adds unnecesary dependencies
34 lines
654 B
JSON
34 lines
654 B
JSON
{
|
|
"debian": [
|
|
"libgirepository1.0-dev",
|
|
"gcc",
|
|
"libcairo2-dev",
|
|
"pkg-config",
|
|
"python3-dev",
|
|
"gir1.2-gtk-3.0",
|
|
"fonts-nanum",
|
|
"fonts-ipafont",
|
|
"libmpv-dev",
|
|
"librsvg2-common",
|
|
"libopenjp2-7",
|
|
"wireless-tools",
|
|
"libdbus-glib-1-dev",
|
|
"policykit-1",
|
|
"autoconf"
|
|
],
|
|
"arch": [
|
|
"cairo",
|
|
"pkgconf",
|
|
"gobject-introspection",
|
|
"gtk3",
|
|
"ttf-nanum",
|
|
"otf-ipafont",
|
|
"mpv",
|
|
"librsvg",
|
|
"openjpeg2",
|
|
"dbus-glib",
|
|
"polkit",
|
|
"autoconf"
|
|
]
|
|
}
|