aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 17:33:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 17:34:12 -0300
commitf0b8f6b1030078eb806f6d084b18233ad7918f2a (patch)
tree6ba00b4111ed54286b3b1834d9e88b3edf12d9c5
parent961ffee89607cc84b7500c750f79acf9070ffb05 (diff)
community/you-get: drop runtime dep on py3-setuptools
-rw-r--r--community/you-get/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/you-get/APKBUILD b/community/you-get/APKBUILD
index d66550a698f..dba8ba5a1e1 100644
--- a/community/you-get/APKBUILD
+++ b/community/you-get/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Ivan Tham <pickfire@riseup.net>
pkgname=you-get
pkgver=0.4.1456
-pkgrel=0
+pkgrel=1
pkgdesc="Tiny command line utility to download media contents"
url="https://you-get.org"
arch="noarch"
license="MIT"
-depends="ca-certificates ffmpeg python3 py3-setuptools"
+depends="ca-certificates ffmpeg python3"
+makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/y/you-get/you-get-$pkgver.tar.gz"
build() {