From a21eb3d874731327f3acf858eee0c3eafb2af928 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Nov 26 2018 16:24:29 +0000 Subject: pypodman: add rpm deps on python3-podman, pytoml Fixes: pkg_resources.DistributionNotFound: The 'pytoml' distribution was not found and is required by pypodman " " " " " " " " " " " 'podman' " " " ... Signed-off-by: Ed Santiago --- diff --git a/podman.spec b/podman.spec index ad7a7e0..cd5e4b6 100644 --- a/podman.spec +++ b/podman.spec @@ -205,10 +205,12 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-varlink +Requires: python3-%{name} Requires: python3-setuptools Requires: python3-varlink Requires: python3-dateutil Requires: python3-psutil +Requires: python3-pytoml Summary: Python 3 tool for %{name} %description -n python3-py%{name}