aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-10-28 18:24:04 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-28 18:24:04 +0000
commit09700ec87c7e12b54464b7e459642bbfc0a4b2c3 (patch)
tree6154108f7f8b5ab76a2d76ffc711090b49e47585 /community
parent1b25e943811271db1f72eb1841bad4502eceb611 (diff)
downloadaports-09700ec87c7e12b54464b7e459642bbfc0a4b2c3.tar.bz2
aports-09700ec87c7e12b54464b7e459642bbfc0a4b2c3.tar.xz
community/youtube-dl: move setuptools to depends
setuptools is not only a buildtime dependency, but also a runtime dependency. Add it therefore to `depends` and remove it from `makedepends`.
Diffstat (limited to 'community')
-rw-r--r--community/youtube-dl/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/youtube-dl/APKBUILD b/community/youtube-dl/APKBUILD
index fa451b5586..788934cca0 100644
--- a/community/youtube-dl/APKBUILD
+++ b/community/youtube-dl/APKBUILD
@@ -4,13 +4,12 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=youtube-dl
pkgver=2019.10.22
-pkgrel=0
+pkgrel=1
pkgdesc="Command-line program to download videos from YouTube"
url="https://youtube-dl.org/"
arch="noarch"
license="Unlicense"
-depends="python3"
-makedepends="py3-setuptools"
+depends="python3 py3-setuptools"
checkdepends="py3-flake8 py3-nose"
subpackages="$pkgname-doc
$pkgname-zsh-completion:zshcomp