From 6c82dd5f171c273218fcdcba0e18453142004667 Mon Sep 17 00:00:00 2001 From: David Roman Date: Tue, 10 Oct 2023 12:27:07 +0200 Subject: [PATCH] dev-python/flask-restx: fix variable name Signed-off-by: David Roman --- dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild b/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild index 291db010e6..82a49c480c 100644 --- a/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild +++ b/dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -PATCHES=( "${FILESDI}/${PN}-fix-flask-compat.patch" ) +PATCHES=( "${FILESDIR}/${PN}-fix-flask-compat.patch" ) RDEPEND=" dev-python/aniso8601[${PYTHON_USEDEP}]