From 743f364357f935e963a1b17c7f921a921273f672 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 23 May 2016 01:22:27 +0200 Subject: [PATCH] dev-python/python-xcaplib: blacklist python3 --- .../dev-python/python-xcaplib/python-xcaplib-1.2.0.exheres-0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev-python/python-xcaplib/python-xcaplib-1.2.0.exheres-0 b/packages/dev-python/python-xcaplib/python-xcaplib-1.2.0.exheres-0 index 75e56cf..2a265ee 100644 --- a/packages/dev-python/python-xcaplib/python-xcaplib-1.2.0.exheres-0 +++ b/packages/dev-python/python-xcaplib/python-xcaplib-1.2.0.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2016 Julian Ospald # Distributed under the terms of the GNU General Public License v2 -require setup-py [ import=distutils ] +require setup-py [ import=distutils blacklist="3" ] SUMMARY="Python library for managing XML documents on XCAP server" HOMEPAGE="http://sipsimpleclient.org"