From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-954572-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 26CA7139694
	for <garchives@archives.gentoo.org>; Fri,  9 Jun 2017 11:53:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7589921C0A3;
	Fri,  9 Jun 2017 11:53:43 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5445A21C03E
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Jun 2017 11:53:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1A1F6341920
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Jun 2017 11:53:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DCDC747B
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Jun 2017 11:53:40 +0000 (UTC)
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" <djc@gentoo.org>
Message-ID: <1497009213.7c2feab5257d7dba38389c4278d63cc314778322.djc@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/cryptography/cryptography-1.8.1.ebuild
X-VCS-Directories: dev-python/cryptography/
X-VCS-Committer: djc
X-VCS-Committer-Name: Dirkjan Ochtman
X-VCS-Revision: 7c2feab5257d7dba38389c4278d63cc314778322
X-VCS-Branch: master
Date: Fri,  9 Jun 2017 11:53:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 7addf511-bc71-40dc-aaa1-a5f259081398
X-Archives-Hash: ecb0638b56c5dae4ed89ef10f98532d9

commit:     7c2feab5257d7dba38389c4278d63cc314778322
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 11:35:13 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 11:53:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2feab5

dev-python/cryptography: add packaging dependency for 1.8.1 (fixes bug 621064)

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-python/cryptography/cryptography-1.8.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/cryptography/cryptography-1.8.1.ebuild b/dev-python/cryptography/cryptography-1.8.1.ebuild
index 0bfc42b8acc..fe3a342c154 100644
--- a/dev-python/cryptography/cryptography-1.8.1.ebuild
+++ b/dev-python/cryptography/cryptography-1.8.1.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
 	>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
 	virtual/python-ipaddress[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
 	"
 DEPEND="${RDEPEND}
 	>=dev-python/setuptools-1.0[${PYTHON_USEDEP}]