help='print the python versions requested by a build; the argument is either the name of a control file or the value of the XS-Python-Version attribute',
help='print the python versions requested by a build; the argument is either the name of a control file or the value of the X-Python-Version/XS-Python-Version attribute',
action='store_true',dest='requested')
parser.add_option('-i','--installed',
help='print the installed supported python versions',
...
...
@@ -367,7 +368,7 @@ def main():
sys.exit(1)
exceptMissingVersionValueError:
fn=os.path.join(os.path.dirname(fn),'pyversions')
sys.stderr.write("%s: missing XS-Python-Version in control file, fall back to %s\n" \
sys.stderr.write("%s: missing X(S)-Python-Version in control file, fall back to %s\n" \