]> git.pld-linux.org Git - packages/python-docker.git/commitdiff
suggest python-paramiko auto/th/python-docker-3.7.2-1
authorJan Palus <atler@pld-linux.org>
Sun, 7 Apr 2019 11:20:59 +0000 (13:20 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 7 Apr 2019 11:20:59 +0000 (13:20 +0200)
python-docker.spec

index 88425dc46309a48caac4f65c44b30f3c7d4d5aa6..a847498b7906e455e1848bb7ac1b14b53ecb8876 100644 (file)
@@ -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
This page took 0.152597 seconds and 4 git commands to generate.