Match documentation of spack create with actual behavior. (#31892)

This commit is contained in:
dunatotatos 2022-08-03 12:38:56 +02:00 committed by GitHub
parent 09c56255c3
commit ab87cac63f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ generates a boilerplate template for your package, and opens up the new
# If you submit this package back to Spack as a pull request,
# please first remove this boilerplate and all FIXME comments.
#
from spack import *
from spack.package import *
class Gmp(AutotoolsPackage):