diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-09-11 06:01:46 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-09-11 06:01:46 +0000 |
commit | e9872cecdd762b5c182e454d179a2b82efaa668e (patch) | |
tree | 241fc78a31833278a40f02ef1eb2855cf89f1130 /contrib/python/matplotlib/py3 | |
parent | a8fb87e9659374402d5c50524b7be8e4b4c8944f (diff) | |
parent | 4b4aec2e3e4cf5409f9874f6cad0bb8d2d7482e8 (diff) | |
download | ydb-e9872cecdd762b5c182e454d179a2b82efaa668e.tar.gz |
Merge branch 'rightlib' into mergelibs-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() |