aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 19:51:18 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 19:51:18 -0300
commit292249391cfd0820ffd78d3ee1078324236dab73 (patch)
treeb8dd801f1feb41867cbd6e108c0c8ed2c5c36419
parent730d76cc325a5bf5f7c92e1b62c40941bde5e695 (diff)
testing/py3-codecov: drop dep on py3-setuptools
-rw-r--r--testing/py3-codecov/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-codecov/APKBUILD b/testing/py3-codecov/APKBUILD
index 8d033fc198e..e0ed67e18e4 100644
--- a/testing/py3-codecov/APKBUILD
+++ b/testing/py3-codecov/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname=py3-codecov
pkgver=2.1.11
-pkgrel=0
+pkgrel=1
pkgdesc="Report uploader for Codecov"
options="!check" # Requires unpackaged 'ddt'
url="https://github.com/codecov/codecov-python"
arch="noarch"
license="Apache-2.0"
-depends="python3 py3-coverage py3-requests py3-setuptools"
+depends="python3 py3-coverage py3-requests"
+makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="$pkgname-$pkgver.tar.gz::https://github.com/codecov/codecov-python/archive/v$pkgver.tar.gz"
builddir="$srcdir"/codecov-python-$pkgver