diff options
author | shadchin <shadchin@yandex-team.com> | 2023-10-13 06:17:23 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-10-13 06:34:54 +0300 |
commit | 7bf454679ed7688910a47b369875c0ebdd77f53c (patch) | |
tree | b3b2fae8f7f75722ae04d27d10c2c286d98879dd | |
parent | 2ab57c47bc18f1caac5173ea718f9347ae3ab7ef (diff) | |
download | ydb-7bf454679ed7688910a47b369875c0ebdd77f53c.tar.gz |
Fix reimport for pathlib2
-rw-r--r-- | contrib/python/pathlib2/py2/ya.make | 9 | ||||
-rw-r--r-- | contrib/python/pathlib2/py3/ya.make | 7 |
2 files changed, 2 insertions, 14 deletions
diff --git a/contrib/python/pathlib2/py2/ya.make b/contrib/python/pathlib2/py2/ya.make index f9e2fc1fca..babc5ccd38 100644 --- a/contrib/python/pathlib2/py2/ya.make +++ b/contrib/python/pathlib2/py2/ya.make @@ -7,16 +7,11 @@ VERSION(2.3.7.post1) LICENSE(MIT) PEERDIR( + contrib/deprecated/python/scandir + contrib/deprecated/python/typing contrib/python/six ) -IF (PYTHON2) - PEERDIR( - contrib/deprecated/python/scandir - contrib/deprecated/python/typing - ) -ENDIF() - NO_LINT() PY_SRCS( diff --git a/contrib/python/pathlib2/py3/ya.make b/contrib/python/pathlib2/py3/ya.make index c6262d3dff..dd46d316fa 100644 --- a/contrib/python/pathlib2/py3/ya.make +++ b/contrib/python/pathlib2/py3/ya.make @@ -10,13 +10,6 @@ PEERDIR( contrib/python/six ) -IF (PYTHON2) - PEERDIR( - contrib/deprecated/python/scandir - contrib/deprecated/python/typing - ) -ENDIF() - NO_LINT() PY_SRCS( |