[packages/python-docker] - enable python3 module and filter bogus deps - rel 3

baggins baggins at pld-linux.org
Sun May 29 12:31:41 CEST 2016


commit b76f207d0c8b60f50d3a0c60df7fcf7d2d346a89
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun May 29 12:31:24 2016 +0200

    - enable python3 module and filter bogus deps
    - rel 3

 python-docker.spec | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/python-docker.spec b/python-docker.spec
index bb3d570..baf9d21 100644
--- a/python-docker.spec
+++ b/python-docker.spec
@@ -1,16 +1,14 @@
-# NOTE
-# - python3 disabled because http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-May/024868.html
 #
 # Conditional build:
 %bcond_with	tests	# do not perform "make test"
 %bcond_without	python2 # CPython 2.x module
-%bcond_with	python3 # CPython 3.x module
+%bcond_without	python3 # CPython 3.x module
 
-%define 	module	docker
+%define		module	docker
 Summary:	An API client for docker written in Python
 Name:		python-%{module}
 Version:	1.8.1
-Release:	2
+Release:	3
 License:	Apache v2.0
 Group:		Libraries/Python
 Source0:	https://pypi.python.org/packages/d9/af/4c4edd438a1d132a30c7877d929841a6b8e843ee281f41d91500ad7fac65/docker-py-%{version}.tar.gz
@@ -31,6 +29,9 @@ Suggests:	docker >= 1.3.3
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-May/024868.html
+%define		__noautoreq	python3egg\\\\(backports.ssl-match-hostname\\\\) python3egg\\\\(ipaddress\\\\)
+
 %description
 A Python 2 library for the Docker Remote API. It does everything the
 `docker` command does, but from within Python - run containers, manage
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list