Codebase list sugar-log-activity / a006e4c
Update package relations: (Build-)depend on python-sugar3 (not python-sugar-* or python-sugar-toolkit-*). Jonas Smedegaard 8 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3333 # Suppress unneeded auto-resolved build-dependency on python-dev
3434 CDBS_BUILD_DEPENDS_class_python-sugar_python = python
3535
36 # Override Sugar toolkit to use
37 CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip
38
3639 # Needed (always/often) at runtime
3740 # net-tools (/sbin/ifconfig /sbin/route) used in logcollect
3841 # procps (/bin/ps /usr/bin/free /usr/bin/top) used in logcollect
39 CDBS_DEPENDS_$(pkg) = python, $(call cdbs_sugar_anybranchdeps,python-sugar python-sugar-toolkit)
42 CDBS_DEPENDS_$(pkg) = python, python-sugar3
4043 CDBS_DEPENDS_$(pkg) += , python-hippocanvas, python-telepathy, python-gtk2, python-cjson
4144 CDBS_RECOMMENDS_$(pkg) = $(call cdbs_sugar_anybranchdeps,sugar)
4245 CDBS_RECOMMENDS_$(pkg) +=, net-tools, procps