diff --git a/lib/spack/spack/package.py b/lib/spack/spack/package.py index e2877ac72ae..0b49cf5db3f 100644 --- a/lib/spack/spack/package.py +++ b/lib/spack/spack/package.py @@ -563,6 +563,10 @@ class SomePackage(Package): #: Do not include @ here in order not to unnecessarily ping the users. maintainers = [] + #: List of attributes which affect do not affect a package's content. + metadata_attrs = ['homepage', 'url', 'list_url', 'extendable', 'parallel', + 'make_jobs'] + def __init__(self, spec): # this determines how the package should be built. self.spec = spec