On 2018-12-23 14:15 , Mark Brethen wrote: > If a port installs a python script executable, is it necessary to have a run dependency for python? Preferably yes. If the script only uses language features and modules that are present in the system python on all OS versions, then you could use /usr/bin/python. - Josh