diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-10 00:01:24 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-09-10 00:10:50 +0300 |
commit | 3a7cb5704aaa719d28e5da9f48a751725b5e26b5 (patch) | |
tree | 524386903aa13ffe7ac77a9c38523d0204ed3bea /contrib/python/cffi | |
parent | 21a2abe3d3c0aa3ab3598b3fd9ae7d696466863b (diff) | |
download | ydb-3a7cb5704aaa719d28e5da9f48a751725b5e26b5.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/cffi')
-rw-r--r-- | contrib/python/cffi/py2/gen/lib/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/cffi/py2/gen/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/cffi/py3/gen/lib/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/cffi/py3/gen/ya.make | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/contrib/python/cffi/py2/gen/lib/ya.make b/contrib/python/cffi/py2/gen/lib/ya.make index 64e54a67c3..028ee2786a 100644 --- a/contrib/python/cffi/py2/gen/lib/ya.make +++ b/contrib/python/cffi/py2/gen/lib/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(MIT) PEERDIR( diff --git a/contrib/python/cffi/py2/gen/ya.make b/contrib/python/cffi/py2/gen/ya.make index 3a78fd7359..0a34bec5f6 100644 --- a/contrib/python/cffi/py2/gen/ya.make +++ b/contrib/python/cffi/py2/gen/ya.make @@ -2,6 +2,8 @@ PY2_PROGRAM(cffigen) DISABLE(PYTHON_SQLITE3) +VERSION(Service-proxy-version) + LICENSE(MIT) PEERDIR( diff --git a/contrib/python/cffi/py3/gen/lib/ya.make b/contrib/python/cffi/py3/gen/lib/ya.make index 6f0f769112..f9ac8afbac 100644 --- a/contrib/python/cffi/py3/gen/lib/ya.make +++ b/contrib/python/cffi/py3/gen/lib/ya.make @@ -1,5 +1,7 @@ PY3_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(MIT) PEERDIR( diff --git a/contrib/python/cffi/py3/gen/ya.make b/contrib/python/cffi/py3/gen/ya.make index 639c42fd51..745f96d7f4 100644 --- a/contrib/python/cffi/py3/gen/ya.make +++ b/contrib/python/cffi/py3/gen/ya.make @@ -2,6 +2,8 @@ PY3_PROGRAM(cffigen) DISABLE(PYTHON_SQLITE3) +VERSION(Service-proxy-version) + LICENSE(MIT) PEERDIR( |