Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3910

Do not invoke pip as part of build process

    XMLWordPrintableJSON

Details

    Description

      Currently, Python optional dependencies are put to requriements.txt which Autotool/CMake scripts invoke pip on.
      The idea was to do the same as our other language builds do: install dependencies (Java, Ruby, Haskell etc).

      In retrospect, each language has different convention/tooling and it's rather surprising or rude thing to do in Python IMO.
      Instead, we can moved them to "extras_require" in setup.py so that one can install via "pip install thrift[all]" if they want to.

      Attachments

        Issue Links

          Activity

            People

              nsuke Nobuaki Sukegawa
              nsuke Nobuaki Sukegawa
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: