From 4c3bd289eead873307ac946d78dca1e1ba83262e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 1 Nov 2016 21:33:35 +0100 Subject: [PATCH] dev-python/cryptography: add pytz dependency for tests (fixes bug 595270) Package-Manager: portage-2.3.0 --- dev-python/cryptography/cryptography-1.5.2.ebuild | 1 + dev-python/cryptography/cryptography-1.5.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/cryptography/cryptography-1.5.2.ebuild b/dev-python/cryptography/cryptography-1.5.2.ebuild index eaee8d2e54b7d..cfe105d75dca0 100644 --- a/dev-python/cryptography/cryptography-1.5.2.ebuild +++ b/dev-python/cryptography/cryptography-1.5.2.ebuild @@ -39,6 +39,7 @@ DEPEND="${RDEPEND} dev-python/pretend[${PYTHON_USEDEP}] dev-python/pyasn1-modules[${PYTHON_USEDEP}] >=dev-python/pytest-2.9.0[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] )" DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst ) diff --git a/dev-python/cryptography/cryptography-1.5.ebuild b/dev-python/cryptography/cryptography-1.5.ebuild index eaee8d2e54b7d..cfe105d75dca0 100644 --- a/dev-python/cryptography/cryptography-1.5.ebuild +++ b/dev-python/cryptography/cryptography-1.5.ebuild @@ -39,6 +39,7 @@ DEPEND="${RDEPEND} dev-python/pretend[${PYTHON_USEDEP}] dev-python/pyasn1-modules[${PYTHON_USEDEP}] >=dev-python/pytest-2.9.0[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] )" DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )