Codebase list sugar-terminal-activity / baada0a
Update package relations: Depend on python-gir and some GIR bindings, instead of some Python libraries. Jonas Smedegaard 8 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1616 CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
1717
1818 # Needed (always/often) at runtime
19 python-deps = sugar3 hippocanvas telepathy gtk2 cjson vte
19 python-deps = sugar3 simplejson vte
20 gir-deps = glib-2.0 gtk-3.0 vte-2.91 pango-1.0
2021 CDBS_DEPENDS_$(pkg) =, python
2122 CDBS_DEPENDS_$(pkg) +=, $(patsubst %,$(comma) python-%,$(python-deps))
23 CDBS_DEPENDS_$(pkg) +=, $(patsubst %,$(comma) gir1.2-%,$(gir-deps))
2224
2325 clean::
2426 find -name *.mo -delete