Fix jdk package's use of distutils

See issue #1364.  @citibeth's fix works fine.
This commit is contained in:
George Hartzell 2016-07-26 13:15:37 -04:00
parent cc3fc2ba4c
commit 31b7580b76

View file

@ -25,7 +25,7 @@
#
# Author: Justin Too <too1@llnl.gov>
#
import distutils
import distutils.dir_util
import spack
from spack import *