aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2023-10-10 12:27:07 +0200
committerDavid Roman <davidroman96@gmail.com>2023-10-10 12:27:07 +0200
commit6c82dd5f171c273218fcdcba0e18453142004667 (patch)
tree47c1b0860284f6745fbbf4a3e79450f2321b6147 /dev-python
parentdev-python/flask-restx: fix compatibility with flask 3.0.0 (diff)
downloadguru-6c82dd5f171c273218fcdcba0e18453142004667.tar.gz
guru-6c82dd5f171c273218fcdcba0e18453142004667.tar.bz2
guru-6c82dd5f171c273218fcdcba0e18453142004667.zip
dev-python/flask-restx: fix variable name
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flask-restx/flask-restx-1.1.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 291db010e..82a49c480 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}]