diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-08-16 14:11:10 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-17 18:12:11 +0000 |
commit | 95c7d201428bea6f09ef632f0d3fd59e9b75e85c (patch) | |
tree | 550c2fd8ee603f6e361a726b698f0ae153ae3ba6 /contrib/spec/podman.spec.in | |
parent | 57e1600315c3b4657797d2605cc69d7343da034f (diff) | |
download | podman-95c7d201428bea6f09ef632f0d3fd59e9b75e85c.tar.gz podman-95c7d201428bea6f09ef632f0d3fd59e9b75e85c.tar.bz2 podman-95c7d201428bea6f09ef632f0d3fd59e9b75e85c.zip |
Add dependency for python3-psutil module
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Closes: #1290
Approved by: baude
Diffstat (limited to 'contrib/spec/podman.spec.in')
-rw-r--r-- | contrib/spec/podman.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 9ca148310..2164926e7 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -202,6 +202,7 @@ BuildRequires: python3-varlink Requires: python3-setuptools Requires: python3-varlink Requires: python3-dateutil +Requires: python3-psutil Summary: Python 3 tool for %{name} %description -n python3-py%{name} |