summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/dep-with-variants-if-develop-root/package.py
blob: 7680738d48d667b0f8fc956366809da446262f9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2013-2021 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)
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')