Codebase list sugar-log-activity / 76dfaf6
Tidy rules file: Drop support for non-default python version (variable will go away in CDBS 0.5, and we are unlikely to need it anyway). Jonas Smedegaard 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1414 DEB_SUGAR_PRIMARY_BRANCH = 0.86
1515
1616 # Suppress unneeded auto-resolved build-dependency on python-dev
17 CDBS_BUILD_DEPENDS_class_python-sugar_python = python$(cdbs_python_nondefault_version)
17 CDBS_BUILD_DEPENDS_class_python-sugar_python = python
1818
1919 # Needed (always/often) at runtime
2020 CDBS_DEPENDS_$(pkg) = $(call cdbs_sugar_anybranchdeps,python-sugar python-sugar-toolkit)