diff options
author | 2023-10-10 12:27:07 +0200 | |
---|---|---|
committer | 2023-10-10 12:27:07 +0200 | |
commit | 6c82dd5f171c273218fcdcba0e18453142004667 (patch) | |
tree | 47c1b0860284f6745fbbf4a3e79450f2321b6147 /dev-python | |
parent | dev-python/flask-restx: fix compatibility with flask 3.0.0 (diff) | |
download | guru-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.ebuild | 2 |
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}] |