#!/usr/bin/bash
if [ "$1" = "builddep" ]
then
  strace -f dnf-python "$@"
else
  dnf-python "$@"
fi

