diff options
author | robot-ydb-importer <robot-ydb-importer@yandex-team.com> | 2024-06-28 14:57:17 +0300 |
---|---|---|
committer | robot-ydb-importer <robot-ydb-importer@yandex-team.com> | 2024-06-28 15:10:57 +0300 |
commit | a75ea2cde045917041437c8859477ba4323503bd (patch) | |
tree | 565ad17417cc162775e29f4b27987e2c322ddc29 /contrib/python/prettytable | |
parent | d0dc9572233e6c5a1040c5eb91227066c876b832 (diff) | |
download | ydb-a75ea2cde045917041437c8859477ba4323503bd.tar.gz |
YDB Import 604
a63e035353af5512e5e1c2789d17f495871e0007
Diffstat (limited to 'contrib/python/prettytable')
-rw-r--r-- | contrib/python/prettytable/py2/tests/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/prettytable/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/prettytable/py3/tests/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/prettytable/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/prettytable/ya.make | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/contrib/python/prettytable/py2/tests/ya.make b/contrib/python/prettytable/py2/tests/ya.make index 1f31bbb75c..29376c7598 100644 --- a/contrib/python/prettytable/py2/tests/ya.make +++ b/contrib/python/prettytable/py2/tests/ya.make @@ -1,7 +1,5 @@ PY2TEST() -SUBSCRIBER(g:python-contrib) - PEERDIR( contrib/python/prettytable ) diff --git a/contrib/python/prettytable/py2/ya.make b/contrib/python/prettytable/py2/ya.make index c1d48de277..914c1d5431 100644 --- a/contrib/python/prettytable/py2/ya.make +++ b/contrib/python/prettytable/py2/ya.make @@ -2,8 +2,6 @@ PY2_LIBRARY() -SUBSCRIBER(manushkin g:python-contrib) - VERSION(1.0.1) LICENSE(BSD-3-Clause) diff --git a/contrib/python/prettytable/py3/tests/ya.make b/contrib/python/prettytable/py3/tests/ya.make index 50fbf7a3ac..0a69a3b7a8 100644 --- a/contrib/python/prettytable/py3/tests/ya.make +++ b/contrib/python/prettytable/py3/tests/ya.make @@ -1,7 +1,5 @@ PY3TEST() -SUBSCRIBER(g:python-contrib) - PEERDIR( contrib/python/prettytable contrib/python/pytest-lazy-fixtures diff --git a/contrib/python/prettytable/py3/ya.make b/contrib/python/prettytable/py3/ya.make index 1cadef12cd..50b394fc53 100644 --- a/contrib/python/prettytable/py3/ya.make +++ b/contrib/python/prettytable/py3/ya.make @@ -2,8 +2,6 @@ PY3_LIBRARY() -SUBSCRIBER(manushkin g:python-contrib) - VERSION(3.10.0) LICENSE(BSD-3-Clause) diff --git a/contrib/python/prettytable/ya.make b/contrib/python/prettytable/ya.make index 594a928dcf..32e12da22d 100644 --- a/contrib/python/prettytable/ya.make +++ b/contrib/python/prettytable/ya.make @@ -2,8 +2,6 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) -SUBSCRIBER(g:python-contrib) - IF (PYTHON2) PEERDIR(contrib/python/prettytable/py2) ELSE() |