From 954bdbf690d320825cce9796eacf8af54c8fa939 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 23 May 2016 01:22:15 +0200 Subject: [PATCH] dev-python/python-gnutls: blacklist python3 --- packages/dev-python/python-gnutls/python-gnutls-3.0.0.exheres-0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev-python/python-gnutls/python-gnutls-3.0.0.exheres-0 b/packages/dev-python/python-gnutls/python-gnutls-3.0.0.exheres-0 index 5a056603..91d66f5f 100644 --- a/packages/dev-python/python-gnutls/python-gnutls-3.0.0.exheres-0 +++ b/packages/dev-python/python-gnutls/python-gnutls-3.0.0.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2016 Julian Ospald # Distributed under the terms of the GNU General Public License v2 -require pypi setup-py [ import=distutils ] +require pypi setup-py [ import=distutils blacklist="3" ] SUMMARY="High level object oriented wrapper around libgnutls" HOMEPAGE="http://ag-projects.com/"