diff options
author | asatarin <asatarin@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:30 +0300 |
commit | 4ca29390ac54b7877174de542de47532c67453b5 (patch) | |
tree | 14f6fc2edf989ce65a7555e8882e3eae3e9306fe /contrib/python/PyHamcrest/ya.make | |
parent | 05f59b2581f074c756adaee6b260014ac3a0c3ec (diff) | |
download | ydb-4ca29390ac54b7877174de542de47532c67453b5.tar.gz |
Restoring authorship annotation for <asatarin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/PyHamcrest/ya.make')
-rw-r--r-- | contrib/python/PyHamcrest/ya.make | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/python/PyHamcrest/ya.make b/contrib/python/PyHamcrest/ya.make index c24f0fbef8..88b23f7b39 100644 --- a/contrib/python/PyHamcrest/ya.make +++ b/contrib/python/PyHamcrest/ya.make @@ -3,13 +3,13 @@ PY23_LIBRARY() LICENSE(BSD-3-Clause) OWNER(g:python-contrib) - + VERSION(1.9.0) -PEERDIR ( - contrib/python/six -) - +PEERDIR ( + contrib/python/six +) + SRCDIR( contrib/python/PyHamcrest/src ) @@ -77,7 +77,7 @@ PY_SRCS( NO_LINT() -END() +END() RECURSE_FOR_TESTS( tests |