X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 46E5EDC6526 for ; Sun, 24 Apr 2016 13:22:44 +0000 (UTC) Received: from nov-007-i615.relay.mailchannels.net (nov-007-i615.relay.mailchannels.net [46.232.183.169]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 77FD3DD022C for ; Sun, 24 Apr 2016 13:22:41 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 59BB41216BD for ; Sun, 24 Apr 2016 13:22:37 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-37-2-55.us-west-2.compute.internal [10.37.2.55]) by relay.mailchannels.net (Postfix) with ESMTPA id 975F21215FE for ; Sun, 24 Apr 2016 13:22:36 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com ([TEMPUNAVAIL]. [10.27.143.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.6.11); Sun, 24 Apr 2016 13:22:37 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|developer@it-offshore.co.uk X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1461504156820:2107633574 X-MC-Ingress-Time: 1461504156820 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=Message-Id:Date:Subject:To:From; bh=GExdRQEkV6se3H9I7pNOP190YVdGWtC1SI6XGekyby4=; b=cTnsktcCODN+koe0o90CQVL2BB BtBYgR1trBtW4AK6Zu+x0MMZVNNIZaedt76YbIlsTykM9nSOA2odsNGJ918Nu5YVWBoGluVZUeYQM CAaTmXSneGnwNp+yQouXG/l6jHkT2nMnC8DmD7X2Yd6h7SG725sjOev3L6DAK2c+VuA22I+Bi6Eu7 6z5hDNXqCV5GO5osQlpKy1yMuuQzEuVExxhupWjMl8o6UDtmR1rwdJccqG8pCGEjIBmdLEQ7REOMe rwYoRxODaY5buSnPzLC/zUrMDBaJopRd0mhiYAwlZdO//pCMFrSw3aOdACw/qcA4UWZ5nuLVkwn1z nM3AfLGg==; Received: from [81.4.121.188] (port=45345 helo=localhost.localdomain) by ocean.mxroute.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1auJzf-0005wn-BB for alpine-aports@lists.alpinelinux.org; Sun, 24 Apr 2016 09:22:35 -0400 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/py-numpy: fix $depends_dev Date: Sun, 24 Apr 2016 13:22:33 +0000 Message-Id: <1461504153-13663-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.8.1 X-AuthUser: developer@it-offshore.co.uk X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: closes https://bugs.alpinelinux.org/issues/5485 --- testing/py-numpy/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py-numpy/APKBUILD b/testing/py-numpy/APKBUILD index 7bf7612..2311b9b 100644 --- a/testing/py-numpy/APKBUILD +++ b/testing/py-numpy/APKBUILD @@ -9,7 +9,7 @@ url="http://numpy.scipy.org/" arch="all" license="BSD" depends="gfortran" -depends_dev="python-dev openblas-dev py-setuptools py-nose cython-dev" +depends_dev="python-dev openblas-dev py-setuptools py-nose cython-dev py-numpy" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc" -- 2.8.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---