From 5f0d4b10e9b5ea18e91090e82ddfb22f63b06635 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Mon, 21 May 2018 16:31:36 -0700 Subject: Add support for Zulu timestamp parsing - Improve error message when podman varlink service is not running Signed-off-by: Jhon Honce Closes: #800 Approved by: rhatdan --- contrib/spec/podman.spec.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib/spec/podman.spec.in') diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 2c2b098c6..51926870c 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -200,6 +200,11 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-varlink + +Requires: python3-setuptools +Requires: python3-varlink +Requires: python3-dateutil + Provides: python3-%{name} = %{version}-%{release} Summary: Python 3 bindings for %{name} -- cgit v1.2.3-54-g00ecf