From 30fd6ad3443f839c99197e72d49b65fa0625b478 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Wed, 2 Mar 2016 12:30:16 +0100 Subject: [PATCH] dev-python/jsonpatch: Add py35 Package-Manager: portage-2.2.27 --- dev-python/jsonpatch/jsonpatch-1.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonpatch/jsonpatch-1.13.ebuild b/dev-python/jsonpatch/jsonpatch-1.13.ebuild index a4f7b038b2cc5..70b40f259616d 100644 --- a/dev-python/jsonpatch/jsonpatch-1.13.ebuild +++ b/dev-python/jsonpatch/jsonpatch-1.13.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) RESTRICT="test"