summaryrefslogtreecommitdiffstats
path: root/contrib/python/simplejson/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/simplejson/ya.make')
-rw-r--r--contrib/python/simplejson/ya.make18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/python/simplejson/ya.make b/contrib/python/simplejson/ya.make
new file mode 100644
index 00000000000..f20a130eb4d
--- /dev/null
+++ b/contrib/python/simplejson/ya.make
@@ -0,0 +1,18 @@
+PY23_LIBRARY()
+
+LICENSE(Service-Py23-Proxy)
+
+IF (PYTHON2)
+ PEERDIR(contrib/python/simplejson/py2)
+ELSE()
+ PEERDIR(contrib/python/simplejson/py3)
+ENDIF()
+
+NO_LINT()
+
+END()
+
+RECURSE(
+ py2
+ py3
+)