From: Richard Purdie Date: Thu, 21 Feb 2008 13:17:28 +0000 (+0000) Subject: sanity.bbclass: Remove some now unneeded code X-Git-Tag: Release-2010-05/1~7616^2~7^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc37472f48c57a434b5fc479050541cfe869e75;p=openembedded.git sanity.bbclass: Remove some now unneeded code --- 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)