Overview
Request History
mnhauke created request
I want to maintain ssh-audit in Factory
dimstar_suse added as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:124"
dimstar_suse accepted review
Picked "openSUSE:Factory:Staging:adi:124"
licensedigger accepted review
ok
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
dimstar accepted review
dimstar_suse accepted review
Staging Project openSUSE:Factory:Staging:adi:124 got accepted.
dimstar_suse approved review
Staging Project openSUSE:Factory:Staging:adi:124 got accepted.
dimstar_suse accepted request
Staging Project openSUSE:Factory:Staging:adi:124 got accepted.
Requires: python >= 3
This can actually be skipped - since you have a binary with a hashbang of /usr/bin/python3, you already get an implicit dependency on /usr/bin/python3 and any provider of it. And that can only be
3 <= python < 4
One minor thing there: /usr/bin/python3 is provided by python3-base (which could be a nice side-effect if there are lesser deps) - but this could in fact actualy mean that you DO need the dep (main reason usually is python3-xml)