diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-21 13:17:28 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-21 13:17:28 +0000 |
commit | 4bc37472f48c57a434b5fc479050541cfe869e75 (patch) | |
tree | d58fb970bec04ad95f952f321d6f47c08998580d | |
parent | c70adf6fe1101553fda408f04c397333d3b0e827 (diff) |
sanity.bbclass: Remove some now unneeded code
-rw-r--r-- | classes/sanity.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/sanity.bbclass b/classes/sanity.bbclass index 9ef2f09fe0..08b077a1e1 100644 --- a/classes/sanity.bbclass +++ b/classes/sanity.bbclass @@ -162,11 +162,6 @@ python check_sanity_eventhandler() { from bb import note, error, data, __version__ from bb.event import getName - try: - from distutils.version import LooseVersion - except ImportError: - def LooseVersion(v): print "WARNING: sanity.bbclass can't compare versions without python-distutils"; return 1 - if getName(e) == "ConfigParsed": check_sanity(e) |