VirtualBox

Changeset 59772 in vbox for trunk/src/libs


Ignore:
Timestamp:
Feb 22, 2016 1:26:22 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105644
Message:

gen_python_deps.py: enforce minimum Python version to be 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/gen_python_deps.py

    r59769 r59772  
    1414
    1515import os,sys
     16from distutils.version import StrictVersion
    1617
    1718versions = ["2.6", "2.7", "3.1", "3.2", "3.3", "3.4", "3.5"]
     
    9192
    9293    for v in versions:
     94        if StrictVersion(v) < StrictVersion('2.6'):
     95            continue
    9396        for p in prefixes:
    9497            c = checkPair(p, v, dllpre, dllsuff, bitness_magic)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette