nvtx: fix missing import (#48580)

This commit is contained in:
Thomas Bouvier 2025-01-20 09:08:47 +00:00 committed by GitHub
parent 1818e70e74
commit da16336550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.build_systems.python import PythonPipBuilder
from spack.package import *