#!/bin/sh -eC
set -o pipefail

rpm -q "$@" --provides \
| "${0%/*}"/py3-scan-reqprovs \
| "${0%/*}"/py3-check-importable
