summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/external-common-python/package.py
blob: 6ad1e0e3f2daab73ee445649ca88187148b8b746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2022 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 import *


class ExternalCommonPython(Package):
    homepage = "http://www.python.org"
    url      = "http://www.python.org/ftp/python/3.8.7/Python-3.8.7.tgz"

    version('3.8.7', 'be78e48cdfc1a7ad90efff146dce6cfe')
    depends_on('external-common-openssl')
    depends_on('external-common-gdbm')