aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/retry
diff options
context:
space:
mode:
authorrobot-ydb-importer <robot-ydb-importer@yandex-team.com>2024-06-21 19:38:50 +0300
committerrobot-ydb-importer <robot-ydb-importer@yandex-team.com>2024-06-21 19:51:10 +0300
commit3cdeda6fa6a035965e143abf6c6972c912707bef (patch)
tree986be7f2e99f183f5c8babc34f452e49f1b4a138 /contrib/python/retry
parent4205a925c8efc7e3c87c27a0c6d697e54cd41beb (diff)
downloadydb-3cdeda6fa6a035965e143abf6c6972c912707bef.tar.gz
YDB Import 603
733cd37277ee72b54fc223cbea2c1d141412ee3a
Diffstat (limited to 'contrib/python/retry')
-rw-r--r--contrib/python/retry/py2/tests/ya.make2
-rw-r--r--contrib/python/retry/py2/ya.make2
-rw-r--r--contrib/python/retry/py3/tests/ya.make2
-rw-r--r--contrib/python/retry/py3/ya.make2
-rw-r--r--contrib/python/retry/ya.make2
5 files changed, 0 insertions, 10 deletions
diff --git a/contrib/python/retry/py2/tests/ya.make b/contrib/python/retry/py2/tests/ya.make
index 381b71c8c4..5ac9dd76ac 100644
--- a/contrib/python/retry/py2/tests/ya.make
+++ b/contrib/python/retry/py2/tests/ya.make
@@ -1,7 +1,5 @@
PY2TEST()
-SUBSCRIBER(g:python-contrib)
-
PEERDIR(
contrib/python/retry
)
diff --git a/contrib/python/retry/py2/ya.make b/contrib/python/retry/py2/ya.make
index 97cf460201..fa7e50d8ac 100644
--- a/contrib/python/retry/py2/ya.make
+++ b/contrib/python/retry/py2/ya.make
@@ -2,8 +2,6 @@
PY2_LIBRARY()
-SUBSCRIBER(g:python-contrib)
-
VERSION(0.9.2)
LICENSE(Apache-2.0)
diff --git a/contrib/python/retry/py3/tests/ya.make b/contrib/python/retry/py3/tests/ya.make
index b7d8e73ae8..8fb8208c68 100644
--- a/contrib/python/retry/py3/tests/ya.make
+++ b/contrib/python/retry/py3/tests/ya.make
@@ -1,7 +1,5 @@
PY3TEST()
-SUBSCRIBER(g:python-contrib)
-
PEERDIR(
contrib/python/retry
)
diff --git a/contrib/python/retry/py3/ya.make b/contrib/python/retry/py3/ya.make
index 5c3b309b71..778af2e028 100644
--- a/contrib/python/retry/py3/ya.make
+++ b/contrib/python/retry/py3/ya.make
@@ -2,8 +2,6 @@
PY3_LIBRARY()
-SUBSCRIBER(g:python-contrib)
-
VERSION(0.9.2)
LICENSE(Apache-2.0)
diff --git a/contrib/python/retry/ya.make b/contrib/python/retry/ya.make
index 3766ebcd67..d9090c7d9c 100644
--- a/contrib/python/retry/ya.make
+++ b/contrib/python/retry/ya.make
@@ -2,8 +2,6 @@ PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
-SUBSCRIBER(g:python-contrib)
-
IF (PYTHON2)
PEERDIR(contrib/python/retry/py2)
ELSE()