commit: 6c82dd5f171c273218fcdcba0e18453142004667
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 10 10:27:07 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 10 10:27:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c82dd5f
dev-python/flask-restx: fix variable name
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
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}]