Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=890859

--- Comment #12 from Michael Schwendt <[email protected]> ---
The solution is mentioned on those pages: _not_ use "env" but execute system's
default python directly as /usr/bin/python:

  #!/bin/bash
  cd /usr/share/scopy/src
  python scopy.py

Then examine the RPM dependencies of the built package. If a dependency on
/usr/bin/python is missing, add one in the spec file. Else keep an
automatically added one, if it exists.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lZ4GeQSCXO&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to