Skip to content

Commit

Permalink
configure: Remove unnecessary Python packages
Browse files Browse the repository at this point in the history
uritools and email won't be required, although the current
hardwareprofile/sendProfile.py can fail in some cases. This
should allow the Python bindings to build 'til that gets
fixed.

Refs: #13512
  • Loading branch information
Bill Meek committed Nov 19, 2019
1 parent 10b16f3 commit 5bc77ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/configure
Expand Up @@ -6995,8 +6995,6 @@ if enabled bindings_python; then
check_py_lib MySQLdb || disable_bindings_python "MySQLdb"
check_py_lib lxml || disable_bindings_python "lxml"
check_py_lib requests || disable_bindings_python "requests"
check_py_lib uritools || disable_bindings_python "uritools"
check_py_lib email || disable_bindings_python "email"
check_py_lib simplejson || disable_bindings_python "simplejson"
check_py_lib future || disable_bindings_python "future"
fi
Expand Down

0 comments on commit 5bc77ef

Please sign in to comment.