Revert "package import: remove magic import line (#39183)" (#39380)

This reverts commit 8e7c53a8ba.
This commit is contained in:
Todd Gamblin
2023-08-11 00:04:40 -07:00
committed by GitHub
parent 143146f4f3
commit ea082539e4
6 changed files with 43 additions and 48 deletions

View File

@@ -1,5 +1,3 @@
from spack.package import *
class {{ cls_name }}(Package):
homepage = "http://www.example.com"
url = "http://www.example.com/root-1.0.tar.gz"