diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-01 15:43:19 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-01 18:24:34 +0300 |
commit | 27bc98b5ddfcc1f34d1b0af6749e6a7ddc15921c (patch) | |
tree | dbf247e5a15b632aa5ad9e62875f7d9e7d68d27e /contrib | |
parent | baec2021459f4f946459903c3f7d57505f421a60 (diff) | |
download | ydb-27bc98b5ddfcc1f34d1b0af6749e6a7ddc15921c.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/deprecated/python/ujson/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/deprecated/python/ujson/py3/ya.make | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/deprecated/python/ujson/py2/ya.make b/contrib/deprecated/python/ujson/py2/ya.make index 50303b22f1..74b7e72bdb 100644 --- a/contrib/deprecated/python/ujson/py2/ya.make +++ b/contrib/deprecated/python/ujson/py2/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +PROVIDES(ujson) + LICENSE(BSD-3-Clause) VERSION(1.35) diff --git a/contrib/deprecated/python/ujson/py3/ya.make b/contrib/deprecated/python/ujson/py3/ya.make index 37dbf22ca0..038b1b9575 100644 --- a/contrib/deprecated/python/ujson/py3/ya.make +++ b/contrib/deprecated/python/ujson/py3/ya.make @@ -1,5 +1,7 @@ PY3_LIBRARY() +PROVIDES(ujson) + LICENSE(BSD-3-Clause) VERSION(1.35) |