[packages/python-docker] skip python3 package
glen
glen at pld-linux.org
Wed May 4 11:11:55 CEST 2016
commit caa4bdfdf3d1effbccff93980c015bbf22193e88
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed May 4 12:11:42 2016 +0300
skip python3 package
python-docker.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-docker.spec b/python-docker.spec
index 6a489a4..bb3d570 100644
--- a/python-docker.spec
+++ b/python-docker.spec
@@ -1,14 +1,16 @@
+# 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_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module
%define module docker
Summary: An API client for docker written in Python
Name: python-%{module}
Version: 1.8.1
-Release: 1
+Release: 2
License: Apache v2.0
Group: Libraries/Python
Source0: https://pypi.python.org/packages/d9/af/4c4edd438a1d132a30c7877d929841a6b8e843ee281f41d91500ad7fac65/docker-py-%{version}.tar.gz
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-docker.git/commitdiff/caa4bdfdf3d1effbccff93980c015bbf22193e88
More information about the pld-cvs-commit
mailing list