Skip to content

Commit

Permalink
Remove the check for the oauth library for mythnetvision
Browse files Browse the repository at this point in the history
Per analysis of Roland Ernst, mythnetvision is using it's own
oauth implementation.  Remove the dependency check in the
mythplugins configure script for an external library

Fixes: #713
  • Loading branch information
garybuhrmaster authored and linuxdude42 committed Feb 13, 2023
1 parent 5aa1fbe commit 9bbb290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythplugins/configure
Expand Up @@ -637,7 +637,6 @@ if enabled netvision; then
check_py_lib lxml || disable_netvision "Python lxml library (lxml)"
check_py_lib xml || disable_netvision "Python XML library (xml)"
check_py_lib urllib || disable_netvision "Python URL library (urllib)"
check_py_lib oauth || disable_netvision "Python OAuth library (oauth)"

disabled netvision && echo "Disabling MythNetvision due to missing dependencies."
fi
Expand Down

0 comments on commit 9bbb290

Please sign in to comment.