From 7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 3 Jul 2022 10:25:19 +0000 Subject: Adding metadata --- .../entrypoint2/files/entrypoint2-1.0-python311.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch (limited to 'dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch') diff --git a/dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch b/dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch deleted file mode 100644 index 95de1d3b689a..000000000000 --- a/dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/entrypoint2/__init__.py b/entrypoint2/__init__.py -index 63ab78b..a99a298 100644 ---- a/entrypoint2/__init__.py -+++ b/entrypoint2/__init__.py -@@ -345,7 +345,7 @@ def _correct_args(func, kwargs): - Convert a dictionary of arguments including __argv into a list - for passing to the function. - """ -- args = inspect.getargspec(func)[0] -+ args = inspect.getfullargspec(func)[0] - return [kwargs[arg] for arg in args] + kwargs["__args"] - - -- cgit v1.3.1