dev-python/cryptography: add pytz dependency for tests (fixes bug 595270)

Package-Manager: portage-2.3.0
This commit is contained in:
Dirkjan Ochtman
2016-11-01 21:33:35 +01:00
parent 456feb1ef0
commit 4c3bd289ee
2 changed files with 2 additions and 0 deletions

View File

@@ -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 )

View File

@@ -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 )