dev-python/python-gnupg: updated patches to match upstream

Bug: https://bugs.gentoo.org/662750
Closes: https://github.com/gentoo/gentoo/pull/9560
Package-Manager: Portage-2.3.45, Repoman-2.3.10
This commit is contained in:
Conrad Kostecki
2018-08-13 10:14:13 +02:00
committed by Michał Górny
parent e89d66ff58
commit 6defef1480
3 changed files with 50 additions and 54 deletions

View File

@@ -25,5 +25,7 @@ PATCHES=(
)
python_test() {
"${PYTHON}" test_gnupg.py || die "Tests failed with ${EPYTHON}"
# NO_EXTERNAL_TESTS must be enabled,
# to disable all tests, which need internet access.
NO_EXTERNAL_TESTS=1 "${PYTHON}" test_gnupg.py || die "Tests failed with ${EPYTHON}"
}