diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-02-25 01:15:57 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-02-25 01:15:57 (GMT) |
commit | 9450f19612f3ad87a5af1f215dc8e91417e65e5b (patch) | |
tree | ef6821b7ccc4ac69c5dff4dff1ee93dd18ecf626 /linhes/mythplugins/001-mythnetvision-configure.patch | |
parent | 204d1b4ec7206f954409dd66d5933097786674d9 (diff) | |
download | linhes_pkgbuild-9450f19612f3ad87a5af1f215dc8e91417e65e5b.zip linhes_pkgbuild-9450f19612f3ad87a5af1f215dc8e91417e65e5b.tar.gz linhes_pkgbuild-9450f19612f3ad87a5af1f215dc8e91417e65e5b.tar.bz2 |
mythplugins: update to 34-fixes
Diffstat (limited to 'linhes/mythplugins/001-mythnetvision-configure.patch')
-rw-r--r-- | linhes/mythplugins/001-mythnetvision-configure.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/linhes/mythplugins/001-mythnetvision-configure.patch b/linhes/mythplugins/001-mythnetvision-configure.patch deleted file mode 100644 index 6ccdb8d..0000000 --- a/linhes/mythplugins/001-mythnetvision-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure -+++ b/configure -@@ -630,7 +630,7 @@ - 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)" -+ check_py_lib oauthlib || disable_netvision "Python OAuth library (oauth)" - - disabled netvision && echo "Disabling MythNetvision due to missing dependencies." - fi - |