Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add module thrift
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 1, 2017
1 parent cda53cd commit f54c688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pymyinstall/packaged/packaged_config_3_extended.py
Expand Up @@ -142,6 +142,8 @@ def extended_set():
# thrift only works only for Python 2.7
ModuleInstall(
'ply', 'pip', purpose="Python Lex & Yacc (for thrifty)"),
ModuleInstall(
'thrift', 'pip', purpose="Python bindings for the Apache Thrift RPC system"),
ModuleInstall(
'thriftpy', 'pip', purpose="pure python implemention of Apache Thrift."),
# ModuleInstall('airflow', 'pip'), # does not work on Python 3
Expand Down

0 comments on commit f54c688

Please sign in to comment.