diff options
| -rw-r--r-- | build/rules/contrib_python.policy | 6 | ||||
| -rw-r--r-- | library/cpp/ya.make | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index f1260c14dd9..60fd1497533 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -240,10 +240,10 @@ ALLOW ydo/database/active_record -> contrib/python/pycrypto ALLOW yweb/antispam/cid -> contrib/python/pycrypto ALLOW mail/payments/payments -> contrib/python/pycrypto DENY .* -> contrib/python/pycrypto - + ALLOW contrib/python/Geohash/tests -> contrib/python/Geohash -ALLOW yql/udfs/common/python/python_arc -> contrib/python/Geohash -DENY .* -> contrib/python/Geohash +ALLOW yql/udfs/common/python/python_arc -> contrib/python/Geohash +DENY .* -> contrib/python/Geohash ALLOW metrika/java/api -> contrib/java/patched/com/android/tools/r8 ALLOW metrika/java/api -> contrib/java/patched/com/ryantenney/metrics/metrics-spring diff --git a/library/cpp/ya.make b/library/cpp/ya.make index e73f3ee0711..8c1193b0077 100644 --- a/library/cpp/ya.make +++ b/library/cpp/ya.make @@ -132,10 +132,10 @@ RECURSE( geo geobase geobase/ut - geohash - geohash/tile - geohash/tile/ut - geohash/ut + geohash + geohash/tile + geohash/tile/ut + geohash/ut geolocation geotarget getopt |
