commit e0043ac3445cc37d893d549e2f24d58f36c56f62
Author: Jan Palus <[email protected]>
Date:   Sun Apr 7 13:20:59 2019 +0200

    suggest python-paramiko

 python-docker.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/python-docker.spec b/python-docker.spec
index 88425dc..a847498 100644
--- a/python-docker.spec
+++ b/python-docker.spec
@@ -33,6 +33,8 @@ BuildConflicts:       python3-docker < 2.0
 %endif
 # Docker can be remote, so suggest only
 Suggests:      docker >= 1.3.3
+# optional dep for ssh support (required by docker-compose)
+Suggests:      python-paramiko >= 2.4.2
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -49,6 +51,8 @@ Summary:      An API client for docker written in Python 3
 Group:         Libraries/Python
 # Docker can be remote, so suggest only
 Suggests:      docker >= 1.3.3
+# optional dep for ssh support (required by docker-compose)
+Suggests:      python3-paramiko >= 2.4.2
 
 %description -n python3-%{module}
 A Python 3 library for the Docker Engine API. It lets you do anything
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-docker.git/commitdiff/e0043ac3445cc37d893d549e2f24d58f36c56f62

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to