From f1168d171b2e9fffcd9c8ecde42add4f2f7629fa Mon Sep 17 00:00:00 2001
From: Dennis Terhorst <d.terhorst@fz-juelich.de>
Date: Fri, 24 Feb 2023 17:46:09 +0100
Subject: [PATCH] remove spack comment

---
 packages/py-dicthash/package.py | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/packages/py-dicthash/package.py b/packages/py-dicthash/package.py
index d29e4054..785066f7 100644
--- a/packages/py-dicthash/package.py
+++ b/packages/py-dicthash/package.py
@@ -3,23 +3,6 @@
 #
 # SPDX-License-Identifier: (Apache-2.0 OR MIT)
 
-# ----------------------------------------------------------------------------
-# If you submit this package back to Spack as a pull request,
-# please first remove this boilerplate and all FIXME comments.
-#
-# This is a template package file for Spack.  We've put "FIXME"
-# next to all the things you'll want to change. Once you've handled
-# them, you can save this file and test your package like this:
-#
-#     spack install py-dicthash
-#
-# You can edit this file again by typing:
-#
-#     spack edit py-dicthash
-#
-# See the Spack documentation for more information on packaging.
-# ----------------------------------------------------------------------------
-
 from spack import *
 
 
-- 
GitLab