diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-09-12 17:18:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 17:18:46 +0300 |
commit | ac9f050f812d868f83d31382bc09b125814ee903 (patch) | |
tree | a04bcdf9499e454b49357b21ccba533dec23e1f3 /contrib/python/matplotlib/py3 | |
parent | efdd4c78cbde127c7cdd44b7d3ab06c4e7925969 (diff) | |
parent | 497973c8b5c11ba529dacf60b500a98019b54b21 (diff) | |
download | ydb-ac9f050f812d868f83d31382bc09b125814ee903.tar.gz |
Merge pull request #9054 from ydb-platform/mergelibs-240911-0600
Library import 240911-0600
Diffstat (limited to 'contrib/python/matplotlib/py3')
-rw-r--r-- | contrib/python/matplotlib/py3/extern/agg24-svn/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/matplotlib/py3/extern/ttconv/ya.make | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/python/matplotlib/py3/extern/agg24-svn/ya.make b/contrib/python/matplotlib/py3/extern/agg24-svn/ya.make index ffa529dcb0d..6dd0f2d6f0f 100644 --- a/contrib/python/matplotlib/py3/extern/agg24-svn/ya.make +++ b/contrib/python/matplotlib/py3/extern/agg24-svn/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(Service-proxy-version) + LICENSE(PSF-2.0) ADDINCL( diff --git a/contrib/python/matplotlib/py3/extern/ttconv/ya.make b/contrib/python/matplotlib/py3/extern/ttconv/ya.make index bd5fca39b2a..f877dfcbd27 100644 --- a/contrib/python/matplotlib/py3/extern/ttconv/ya.make +++ b/contrib/python/matplotlib/py3/extern/ttconv/ya.make @@ -1,5 +1,7 @@ PY23_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(PSF-2.0) NO_COMPILER_WARNINGS() |