diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2018-04-14 23:24:43 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2018-04-14 23:24:43 +1000 |
commit | 27325c4b5ec95d6ecc61023d184291e4aa1d9c76 (patch) | |
tree | 9d77da8a50bfb310bf0fbd203f77b044b71746e0 /youtube-dl/Pkgfile | |
parent | dca2f003d2cadaacc9ec497020328d8c1a32a9b4 (diff) | |
download | contrib-27325c4b5ec95d6ecc61023d184291e4aa1d9c76.tar.gz contrib-27325c4b5ec95d6ecc61023d184291e4aa1d9c76.tar.xz |
youtube-dl: changed dependency python-setuptools -> python
Diffstat (limited to 'youtube-dl/Pkgfile')
-rw-r--r-- | youtube-dl/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube-dl/Pkgfile b/youtube-dl/Pkgfile index 2e6ca6e94..1c599630b 100644 --- a/youtube-dl/Pkgfile +++ b/youtube-dl/Pkgfile @@ -1,7 +1,8 @@ # Description: A command-line program to download videos from YouTube.com and a few more sites. # URL: https://rg3.github.io/youtube-dl/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python-setuptools +# Depends on: python +# Optional: python-setuptools name=youtube-dl version=2018.04.09 |