Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python27 checks #255

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Remove python27 checks #255

merged 1 commit into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. Remove python27 checks

    tcpflow since version 1.6.1 doesn't require nor use python anymore
    because the only plugin which is used it (`scan_python.cpp`) was
    excluded from build.
    
    Anyway, the configure complains like:
    ```
      *** Cannot find python library.
      *** Please install python-devel to enable scanner python.
      ...
      configure: *** You have missing libraries. To install them:
      configure: *** Red Hat: sudo yum install  python-devel  python-devel
      configure: *** Fedora:  sudo dnf install  python-devel  python-devel
      configure: *** Ubuntu:  sudo apt-get install  libpython2.7-dev libpython2.7-dev
      configure: *** MacOS:   sudo port install  python27 python27
    ```
    which is absolutley missleading anyone who tries to build it.
    
    Here I've cleaned it up.
    
    Closes: simsong#254
    catap committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    39dcdbb View commit details
    Browse the repository at this point in the history