[pitivi: 1/2] check: Call gi.require_version for Peas to avoid warning



commit 418d0d32514d34e089b6e28c9cabbff86ff20472
Author: Suhas Nayak <suhas2go gmail com>
Date:   Sat Feb 24 14:42:39 2018 +0530

    check: Call gi.require_version for Peas to avoid warning

 pitivi/check.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/pitivi/check.py b/pitivi/check.py
index c591757f..600472d4 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -417,6 +417,7 @@ HARD_DEPENDENCIES = [GICheck("3.20.0"),
                      GstPluginDependency("gtk"),
                      GstPluginDependency("gdkpixbuf"),
                      ClassicDependency("matplotlib"),
+                     GIDependency("Peas", "1.0"),
                      ]
 
 SOFT_DEPENDENCIES = (


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]