summaryrefslogtreecommitdiffstats
path: root/contrib/python/cryptography/ya.make
blob: a986a580ce9e83b8991f7988e6bdc403e9061364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PY23_LIBRARY()

LICENSE(Service-Py23-Proxy)

VERSION(Service-proxy-version)

IF (PYTHON2)
    PEERDIR(contrib/python/cryptography/py2)
ELSE()
    IF (OS_LINUX AND ARCH_X86_64 OR OS_DARWIN AND ARCH_X86_64 OR OS_LINUX AND ARCH_AARCH64 OR OS_DARWIN AND ARCH_ARM64)
        PEERDIR(contrib/python/cryptography/next)
    ELSE()
        PEERDIR(contrib/python/cryptography/py3)
    ENDIF()
ENDIF()

NO_LINT()

END()

RECURSE(
    py2
    py3
)

IF (OS_LINUX AND MUSL)
    RECURSE(next)
ENDIF()