X-Original-To: alpine-aports@lists.alpinelinux.org Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by lists.alpinelinux.org (Postfix) with ESMTP id F33DCF831C4 for ; Sat, 30 Mar 2019 20:41:22 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id EDC6062C9; Sat, 30 Mar 2019 16:41:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sat, 30 Mar 2019 16:41:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sent.com; h=from :to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm3; bh=Y7nO1ljt+HSARIZ6odZbDxiVKD OO62old71oAo94UdQ=; b=tRqK6X0pMlITtgg+DLQfV4advIG2QffeWNvDLr0iLD zbbIQLeywD7CTjz2zaAnIWZx59DFROOygYjpp9EqDboaGcft6WKDJ8arCxm+tIH3 /6lkVh6/D2KFc/XHcRmSUsYt34t7X6zvAq9uy0MRH6Km9oCfrUgk49bX/TRl0tM4 6HUAKAqQTTZJhs+41a/kBzzfaLxZ+wu5/gHo0NNkgcdJPltui9FdY1PS4CCP1Ywd mksc/C84Mf3pe4qkLOxuvMFzA2eTsaulmaAHPGN1onZSPVgEtJHYqaoCFUnnRGIi vR9BAxqmw1+KBCQkKsu46L8knnS59aw4Pli8Iwz27rkg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Y7nO1ljt+HSARIZ6o dZbDxiVKDOO62old71oAo94UdQ=; b=y0yM4Kpa9RjAzzTg9pF9ANX7knCIUNltb r54U/iISXXgM32ZKFgO2Y8gyhBPlcCQIZDeSa0vYJRkz2BMjRl2XLClKYUrfeEDT 2OrcpWfq8FKbIZJruba1LSsWEmzZcBMbHiWkbcVsO/2Ok9066vVjTyg2muvrBH+K vhHaV/KhVxU8yW3w7pWg8UZP9aC6+nE1INmuEK4CnER6dbrd59Pkli8EtD6ipA7B ou1nZpwsEh+D9vOEK6VhQ8Uq4EpkyuGv50yJ8r5y10Y8ksLh0OSOET8eFx72PTlr W780qKhGGvmVU1PwVeAhyvrBrd2HVVqnKoRsZinjM1TNxoS+a2K2Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkeelgddugeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomheprfgruhhluceurhgvuggsuhhrhicuoegsrhgvsghssehsvghnthdr tghomheqnecuffhomhgrihhnpehphihthhhonhhhohhsthgvugdrohhrghdpghhithhhuh gsrdgtohhmnecukfhppeejledrjeefrddufeeirddvvdegnecurfgrrhgrmhepmhgrihhl fhhrohhmpegsrhgvsghssehsvghnthdrtghomhenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from brebsc.lan (79-73-136-224.dynamic.dsl.as9105.com [79.73.136.224]) by mail.messagingengine.com (Postfix) with ESMTPA id BA096E49DC for ; Sat, 30 Mar 2019 16:41:20 -0400 (EDT) Received: from localhost ([127.0.0.1] helo=brebsc.lan) by brebsc.lan with esmtp (Exim 4.92) (envelope-from ) id 1hAKn0-0007DZ-JD; Sat, 30 Mar 2019 20:41:18 +0000 From: Paul Bredbury To: alpine-aports@lists.alpinelinux.org Cc: Paul Bredbury Subject: [alpine-aports] [PATCH] testing/py-botocore: needs py-docutils Date: Sat, 30 Mar 2019 20:41:10 +0000 Message-Id: <20190330204110.27704-1-brebs@sent.com> X-Mailer: git-send-email 2.21.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fixes: pkg_resources.DistributionNotFound: The 'docutils>=0.10' distribution was not found and is required by botocore $ grep "from docutils" /usr/lib/python3.6/site-packages/botocore/docs/bcdoc/textwriter.py from docutils import nodes, writers --- testing/py-botocore/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py-botocore/APKBUILD b/testing/py-botocore/APKBUILD index 7f7e583280..5749005080 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -2,13 +2,13 @@ # Contributor: Valery Kartel pkgname=py-botocore pkgver=1.12.75 -pkgrel=0 +pkgrel=1 _pkgreal=${pkgname#py-} pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/botocore" arch="noarch" license="Apache-2.0" -depends="py-dateutil py-jmespath py-urllib3" +depends="py-dateutil py-docutils py-jmespath py-urllib3" makedepends="python2-dev python3-dev py-setuptools" subpackages="py3-$_pkgreal:_py3 py2-$_pkgreal:_py2" source="https://files.pythonhosted.org/packages/source/${_pkgreal:0:1}/$_pkgreal/$_pkgreal-$pkgver.tar.gz" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---