summaryrefslogtreecommitdiff
path: root/dev-python/vine/vine-5.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/vine/vine-5.1.0.ebuild')
-rw-r--r--dev-python/vine/vine-5.1.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/vine/vine-5.1.0.ebuild b/dev-python/vine/vine-5.1.0.ebuild
index 0d8990a58004..3d7bd3b8e971 100644
--- a/dev-python/vine/vine-5.1.0.ebuild
+++ b/dev-python/vine/vine-5.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,3 +19,8 @@ SLOT="0"
KEYWORDS="amd64 arm64 x86"
distutils_enable_tests pytest
+
+PATCHES=(
+ # https://github.com/celery/vine/pull/105
+ "${FILESDIR}/${P}-pytest-8.patch"
+)