Codebase list sugar-log-activity / 1b5e8c9
Tidy rules file: Fix resolve build-dependency on python when using CDBS 0.4.150. Jonas Smedegaard 7 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2727 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
2828
2929 # Suppress unneeded auto-resolved build-dependency on python-dev
30 CDBS_BUILD_DEPENDS_class_python-sugar_python = python
30 # * TODO: drop cdbs_python_binary fallback when cdbs 0.4.150 is stable
31 CDBS_BUILD_DEPENDS_class_python-sugar_python = $(or $(cdbs_python2_defaultruntime),$(cdbs_python_binary))
3132
3233 # Override Sugar toolkit to use
3334 CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip