openspeedshop: fix missing import statement (#30506)
This commit is contained in:
parent
27462bc982
commit
165bcf5cc3
@ -3,6 +3,8 @@
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
import os
|
||||
|
||||
import spack
|
||||
import spack.store
|
||||
from spack import *
|
||||
|
@ -3,6 +3,8 @@
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
import os
|
||||
|
||||
import spack.store
|
||||
from spack import *
|
||||
from spack.pkg.builtin.boost import Boost
|
||||
|
Loading…
Reference in New Issue
Block a user