#
#  Author: Hari Sekhon
#  Date: 2019-03-16 20:35:14 +0000 (Sat, 16 Mar 2019)
#
#  https://github.com/HariSekhon/DevOps-Bash-tools
#
#  License: see accompanying LICENSE file
#
#  https://www.linkedin.com/in/HariSekhon
#

# ============================================================================ #
#                          Alpine Package Requirements
# ============================================================================ #

# Packages that don't error if failing to install

# Python is a mess and breaks with this on latest Alpine 3, so do as best effort
#
#   python (missing):
# ERROR: unsatisfiable constraints:
#     required by: world[python]

python
python2
python3
py-pip
py2-pip
py3-pip

# available from Alpine 3.20 only
pre-commit
