diff --git a/debian/rules b/debian/rules index 80b1967..d5ed076 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,10 @@ # Override Sugar toolkit to use CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip -CDBS_DEPENDS_$(pkg) = etoys, python - # Suppress unneeded auto-resolved build-dependency on python-dev CDBS_BUILD_DEPENDS_class_python-sugar_python = python + +# Needed (always) at runtime +depends = etoys, python + +CDBS_DEPENDS_$(pkg) = $(depends)