Skip to content
Snippets Groups Projects

control.tpl: remove python3 Recommends/Suggests

Merged Agathe Porte requested to merge gagath/pypi2deb:bugfix-remove-recommends-suggests into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -24,8 +24,6 @@ Architecture: {{binary_arch}}
Depends: ${misc:Depends}, ${python3:Depends},{% if binary_arch == 'any' %} ${shlibs:Depends},{% endif %}
{%- for dependency in python3_depends %}
{{dependency}},{% endfor %}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: {{short_desc}}
{{long_desc}}{% endif %}
{%- if 'pypy' in interpreters %}
Loading