# vim: filetype=yaml sw=2
filename: 'glean-wheels-[% c("version") %].tar.xz'
version: 19.0.0
container:
  # We need to use the same Python version as the container.
  use_container: 1
  disable_network:
    # We need to run `pip download`.
    build: 0

var:
  glean_wheels_sha256sum:
    19.0.0: e57f9f7a73a70ae4a78d4ce3d3c0c11288fef730f0747c5c3c8a42815e0c4625
  deps:
    - python3
    - python3-pip

input_files:
  - project: container-image
    name: container-image
