#!/usr/bin/env -S piston ppman spec

# Public Piston Packages
# Defines packages to be installed on the public piston installation

# All packages, latest version
* *

# Except python
!python *

# Install python 3.* and 2.*
python 3.*
python 2.*