Merge pull request #1374 from hartzell/bug/fix-jdk-import-of-distutils
Bug: fix jdk package's use of distutils
This commit is contained in:
commit
15514792d5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#
|
||||
# Author: Justin Too <too1@llnl.gov>
|
||||
#
|
||||
import distutils
|
||||
import distutils.dir_util
|
||||
|
||||
import spack
|
||||
from spack import *
|
||||
|
|
Loading…
Reference in a new issue