summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/transitive-conditional-virtual-dependency/package.py
blob: 07042a9d028da2c7ca435c20ead88068787fe02d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 TransitiveConditionalVirtualDependency(BundlePackage):
    """Depends on a package with a conditional virtual dependency."""

    homepage = "https://dev.null"

    version("1.0")
    depends_on("conditional-virtual-dependency")