summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-14 20:14:46 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-14 20:15:09 +0200
commit48ede3eb5fa8f4d0eaf6cf381d152a957c6df0aa (patch)
treee6cbdb959d4034e6ea09699f3cdb691076eb32a7 /dev-lang/python/python-3.9.0_beta4.ebuild
parentwww-plugins/chrome-binary-plugins: automated update (84.0.4147.89) (diff)
downloadgentoo-48ede3eb5fa8f4d0eaf6cf381d152a957c6df0aa.tar.gz
gentoo-48ede3eb5fa8f4d0eaf6cf381d152a957c6df0aa.tar.bz2
gentoo-48ede3eb5fa8f4d0eaf6cf381d152a957c6df0aa.zip
dev-lang/python: Skip hanging RDS socket tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.9.0_beta4.ebuild')
-rw-r--r--dev-lang/python/python-3.9.0_beta4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.9.0_beta4.ebuild b/dev-lang/python/python-3.9.0_beta4.ebuild
index 8a98fd0b0c77..d59da139774d 100644
--- a/dev-lang/python/python-3.9.0_beta4.ebuild
+++ b/dev-lang/python/python-3.9.0_beta4.ebuild
@@ -9,7 +9,7 @@ inherit autotools check-reqs flag-o-matic pax-utils python-utils-r1 \
MY_P="Python-${PV/_beta/b}"
PYVER=$(ver_cut 1-2)
-PATCHSET="python-gentoo-patches-3.9.0b3"
+PATCHSET="python-gentoo-patches-3.9.0b3-r1"
DESCRIPTION="An interpreted, interactive, object-oriented programming language"
HOMEPAGE="https://www.python.org/"