X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lists.alpinelinux.org (Postfix) with ESMTP id 4AE7A5C4F28 for ; Sat, 7 Apr 2018 03:43:56 +0000 (GMT) Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 228601A0214 for ; Fri, 6 Apr 2018 20:43:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1523072635; bh=WNGeNgHuuOEl3zkKvKQO9SOLfxl4ymDUNzwYosXJZXQ=; h=From:To:Subject:Date:From; b=ooS4mRh0lsHn1ma9vaB+SA8UaU9k6eM0SCmtWhXQqY05MlbIuTb3DTBYxWcooHDiR srSvk4RDn7nnnMnp1ukl23qbdSq1CzoYxrm4iT5YYgwFtqIY1+3B0XdiXNJGbjKuoP y1f+zdaU0gV2xuMuaZqoomuo3+3f0ouFSro7eK/Q= X-Riseup-User-ID: 28E2ED6FF1BEA57F9EBCC83FBD66C7D1465CEC267E7BB783C6F63C5CCC69D12C Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 2D4E488E21 for ; Fri, 6 Apr 2018 20:43:53 -0700 (PDT) From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/you-get: fix depends Date: Sat, 7 Apr 2018 11:43:38 +0800 Message-Id: <20180407034338.12211-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/you-get/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/you-get/APKBUILD b/community/you-get/APKBUILD index 4461edbd1d..a0e51c9cb3 100644 --- a/community/you-get/APKBUILD +++ b/community/you-get/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Tiny command line utility to download media contents" url="https://you-get.org/" arch="noarch" license="MIT" -depends="python3 py-setuptools" +depends="python3" makedepends="python3-dev" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" -- 2.17.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---