diff options
author | AlexSm <alex@ydb.tech> | 2024-01-04 15:09:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 15:09:05 +0100 |
commit | dab291146f6cd7d35684e3a1150e5bb1c412982c (patch) | |
tree | 36ef35f6cacb6432845a4a33f940c95871036b32 /contrib/python/httplib2/py2/ya.make | |
parent | 63660ad5e7512029fd0218e7a636580695a24e1f (diff) | |
download | ydb-dab291146f6cd7d35684e3a1150e5bb1c412982c.tar.gz |
Library import 5, delete go dependencies (#832)
* Library import 5, delete go dependencies
* Fix yt client
Diffstat (limited to 'contrib/python/httplib2/py2/ya.make')
-rw-r--r-- | contrib/python/httplib2/py2/ya.make | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/python/httplib2/py2/ya.make b/contrib/python/httplib2/py2/ya.make index 773b4e514b..7b99907baf 100644 --- a/contrib/python/httplib2/py2/ya.make +++ b/contrib/python/httplib2/py2/ya.make @@ -1,19 +1,16 @@ -# Edited to peerdir certifi, dispatch between py2 and py3, remove -# certs.txt. - PY2_LIBRARY() -LICENSE(MIT) - -VERSION(0.20.4) +VERSION(0.22.0) -NO_LINT() +LICENSE(MIT) PEERDIR( contrib/python/certifi contrib/python/pyparsing ) +NO_LINT() + PY_SRCS( TOP_LEVEL httplib2/__init__.py |