commit 48b788cd6fc5e27af35755db4224f85892867dac
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Apr 29 11:28:37 2020 +0300

    paramiko is optional in python-docker, but required here
    
    pkg_resources.DistributionNotFound: The 'paramiko>=2.4.2' distribution was 
not found and is required by docker

 docker-compose.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/docker-compose.spec b/docker-compose.spec
index f5903e1..5fcfbdc 100644
--- a/docker-compose.spec
+++ b/docker-compose.spec
@@ -8,7 +8,7 @@
 Summary:       Multi-container orchestration for Docker
 Name:          docker-compose
 Version:       1.25.5
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Applications/System
 # https://github.com/docker/compose/releases
@@ -30,6 +30,7 @@ BuildRequires:        rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 Requires:      docker(engine) >= 1.10.0
 Requires:      python-docker >= 3.6.0
+Requires:      python-paramiko >= 2.4.2
 Requires:      python-setuptools
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/docker-compose.git/commitdiff/48b788cd6fc5e27af35755db4224f85892867dac

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

Reply via email to