summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin.mock/packages/dep-with-variants-if-develop-root/package.py
blob: 8b8532b10acc7f84300d21dbba41dad58cc46f0f (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                         


                                                                         


                           

                                                                            
 

                                 
                  
 
                                              
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *


class DepWithVariantsIfDevelopRoot(Package):
    """Package that adds a dependency with many variants only at @develop"""

    homepage = "https://dev.null"

    version("1.0")

    depends_on("dep-with-variants-if-develop")