Skip to content

Commit

Permalink
BaseTools: Drop check for distutils.utils
Browse files Browse the repository at this point in the history
distutils.utils is no longer used anywhere, so this check can
be dropped.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Yuwei Chen <yuwei.chen@intel.com>
  • Loading branch information
crobinso authored and miczyg1 committed Apr 17, 2024
1 parent 62c9b34 commit 4fc903b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions BaseTools/Tests/RunTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
import sys
import unittest

try:
import distutils.util
except ModuleNotFoundError:
sys.exit('''
Python reported: "No module named 'distutils.util"
''')

import TestTools

def GetCTestSuite():
Expand Down

0 comments on commit 4fc903b

Please sign in to comment.