Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/check-system b/scripts/check-system
index acd5586..911773a 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -80,9 +80,6 @@ libs = [{ "name": "python2",
{ "name": "pycairo",
"packages": { "fedora": "pycairo-devel",
"ubuntu": "python-cairo-dev" } },
- { "name": "pygobject3",
- "packages": { "fedora": "pygobject3",
- "ubuntu": "pygobject" } },
{ "name": "xrandr", # list-displays
"packages": { "fedora": "libXrandr-devel",
"ubuntu": "libxrandr-dev" } },
@@ -120,6 +117,9 @@ imports = [{ "import": "import wnck",
{ "import": "import decorator",
"packages": { "fedora": "python-decorator",
"ubuntu": "python-decorator" } },
+ { "name": "import gi",
+ "packages": { "fedora": "pygobject3",
+ "ubuntu": "pygobject" } },
{ "import": "from gi.repository import EvinceDocument",
"packages": { "fedora": "evince-libs",
"ubuntu": "gir1.2-evince-3.0" } },