From d618ded0deea1c6747311d4e9145d3e9a29ee83b Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 18 May 2017 15:31:50 -0700 Subject: allow python and python3 for youtube-dl in MPV profile This is required for MPV to successfully use youtube-dl on Arch. I'm not sure if other distros still ship youtube-dl with python2, or if python2.7 can be removed. --- etc/mpv.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mpv.profile b/etc/mpv.profile index d7a8d37e8..b6ecc9b56 100644 --- a/etc/mpv.profile +++ b/etc/mpv.profile @@ -19,4 +19,4 @@ seccomp # to test shell none -private-bin mpv,youtube-dl,python2.7 +private-bin mpv,youtube-dl,python,python2.7,python3.6 -- cgit v1.2.3-70-g09d2