You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tomschr Extremely minor but if you have time for it:
[ 18s] daps-devel.noarch: E: env-script-interpreter (Badness: 9) /usr/share/daps/libexec/daps-xmlwellformed /usr/bin/env python3
[ 18s] This script uses 'env' as an interpreter. For the rpm runtime dependency
[ 18s] detection to work, the shebang #!/usr/bin/env python needs to be patched into
[ 18s] #!/usr/bin/python otherwise the package dependency generator merely adds a
[ 18s] dependency on /usr/bin/env rather than the actual interpreter /usr/bin/python.
[ 18s] Alternatively, if the file should not be executed, then ensure that it is not
The text was updated successfully, but these errors were encountered:
@tomschr Extremely minor but if you have time for it:
The text was updated successfully, but these errors were encountered: