From a2ecbc5a375697f29b8a41c90c5322c38f5ec345 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 21 Nov 2018 14:22:46 -0700 Subject: [PATCH] pypodman: add rpm dependency on pytoml Fixes: pkg_resources.DistributionNotFound: The 'pytoml' distribution was not found and is required by pypodman Signed-off-by: Ed Santiago --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 3f5e10f..4069810 100644 --- a/podman.spec +++ b/podman.spec @@ -213,6 +213,7 @@ 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}