diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-05 14:45:45 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-05 15:24:42 +0300 |
commit | 636037ad08e5e0ea28bb4f7eaa1d8bc414c3a038 (patch) | |
tree | 4077d9153ffc2a6b503ed885b076858b2a285624 /contrib/python/certifi | |
parent | acf04c75cb52f804ce76b16c356611268be3daf3 (diff) | |
download | ydb-636037ad08e5e0ea28bb4f7eaa1d8bc414c3a038.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/certifi')
-rw-r--r-- | contrib/python/certifi/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/certifi/py3/ya.make | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/python/certifi/py2/ya.make b/contrib/python/certifi/py2/ya.make index 274da44efc..27aa0018f4 100644 --- a/contrib/python/certifi/py2/ya.make +++ b/contrib/python/certifi/py2/ya.make @@ -2,6 +2,8 @@ PY2_LIBRARY() LICENSE(Service-Py23-Proxy) +VERSION(Service-no-external-sources) + PEERDIR( library/python/certifi ) diff --git a/contrib/python/certifi/py3/ya.make b/contrib/python/certifi/py3/ya.make index fa3aa2c9d0..e841bd82d5 100644 --- a/contrib/python/certifi/py3/ya.make +++ b/contrib/python/certifi/py3/ya.make @@ -2,6 +2,8 @@ PY3_LIBRARY() LICENSE(Service-Py23-Proxy) +VERSION(Service-no-external-sources) + PEERDIR( library/python/certifi ) |