diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-03 10:25:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-03 10:25:19 +0000 |
| commit | 7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934 (patch) | |
| tree | 54b31f073e0dec5173f95dec0560031794204c99 /dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch | |
| parent | ae9512cdfbd3c1b4ff9c7cefaf0cff4a99eadb2c (diff) | |
| download | baldeagleos-repo-7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934.tar.gz baldeagleos-repo-7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934.tar.xz baldeagleos-repo-7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934.zip | |
Adding metadata
Diffstat (limited to 'dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch')
| -rw-r--r-- | dev-python/entrypoint2/files/entrypoint2-1.0-python311.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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"] - - |
