diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-18 11:04:10 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-12-18 11:18:13 +0300 |
commit | dcbf444872b81248ce958f05d47abad6e8a237a7 (patch) | |
tree | a93610b3dd80f19c5116e4e5885ea2783f6166d3 /contrib/python/ipython/py3/patches/02-fix-ya.make.patch | |
parent | e2c38d5aa55a58da33c1dc54792c131023bb7472 (diff) | |
download | ydb-dcbf444872b81248ce958f05d47abad6e8a237a7.tar.gz |
Intermediate changes
commit_hash:1f2ebe313aea1039145a9d68dcd511d5f22f383a
Diffstat (limited to 'contrib/python/ipython/py3/patches/02-fix-ya.make.patch')
-rw-r--r-- | contrib/python/ipython/py3/patches/02-fix-ya.make.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/ipython/py3/patches/02-fix-ya.make.patch b/contrib/python/ipython/py3/patches/02-fix-ya.make.patch index 828df69945..9a69b86080 100644 --- a/contrib/python/ipython/py3/patches/02-fix-ya.make.patch +++ b/contrib/python/ipython/py3/patches/02-fix-ya.make.patch @@ -1,8 +1,8 @@ --- contrib/python/ipython/py3/.dist-info/METADATA (index) +++ contrib/python/ipython/py3/.dist-info/METADATA (working tree) @@ -31,1 +31,1 @@ Classifier: Programming Language :: Python :: 3 :: Only --Requires-Dist: jedi >=0.16 -+Requires-Dist: jedi >=0.13 +-Requires-Dist: jedi>=0.16 ++Requires-Dist: jedi>=0.13 --- contrib/python/ipython/py3/ya.make (index) +++ contrib/python/ipython/py3/ya.make (working tree) @@ -17,1 +17,0 @@ PEERDIR( |