[packages/docker-compose] paramiko is optional in python-docker, but required here

glen glen at pld-linux.org
Wed Apr 29 10:29:03 CEST 2020


commit 48b788cd6fc5e27af35755db4224f85892867dac
Author: Elan Ruusamäe <glen at pld-linux.org>
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



More information about the pld-cvs-commit mailing list