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.
This commit is contained in:
Pig Monkey 2017-05-18 15:31:50 -07:00
parent 3c2c0c08fd
commit d618ded0de

View file

@ -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