aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-coveralls
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-12-28 07:57:07 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-12-28 07:58:48 +0000
commitbc4cd8da3b3bfbda7a2524d038067b58f27c66c1 (patch)
treeae091708d16b5b38903bdc0cfb0ec458aaf0c059 /testing/py-coveralls
parent28f70f47dccc346156e3025e36ea239743bb59bf (diff)
downloadaports-bc4cd8da3b3bfbda7a2524d038067b58f27c66c1.tar.bz2
aports-bc4cd8da3b3bfbda7a2524d038067b58f27c66c1.tar.xz
Revert "testing/py-coveralls: doesn't need setuptools"
This partially reverts commit 28f70f47dccc346156e3025e36ea239743bb59bf.
Diffstat (limited to 'testing/py-coveralls')
-rw-r--r--testing/py-coveralls/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-coveralls/APKBUILD b/testing/py-coveralls/APKBUILD
index e4031b6c8d..e6780519cc 100644
--- a/testing/py-coveralls/APKBUILD
+++ b/testing/py-coveralls/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer:
pkgname=py-coveralls
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Show coverage stats online via coveralls.io"
url="https://github.com/coveralls-clients/coveralls-python"
arch="noarch"
license="Apache2"
depends=""
-makedepends="python2-dev python3-dev"
+makedepends="python2-dev python3-dev py-setuptools"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
options="!check" #no testsuite
source="$pkgname-$pkgver.tar.gz::https://github.com/coveralls-clients/coveralls-python/archive/$pkgver.tar.gz"