Home
last modified time | relevance | path

Searched refs:SETUP_REQUIRES (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/python/grpcio_health_checking/
Dsetup.py67 SETUP_REQUIRES = ( variable
75 SETUP_REQUIRES = () variable
94 setup_requires=SETUP_REQUIRES,
/external/grpc-grpc/src/python/grpcio_reflection/
Dsetup.py68 SETUP_REQUIRES = ( variable
76 SETUP_REQUIRES = () variable
95 setup_requires=SETUP_REQUIRES,
/external/grpc-grpc/
Dsetup.py285 SETUP_REQUIRES = INSTALL_REQUIRES + ( variable
302 SETUP_REQUIRES += ('cython>=0.23',)
347 setup_requires=SETUP_REQUIRES,