aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-01-28 23:22:11 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 01:02:35 +0100
commitd69d75bedaff778649b573ec8334209b70fe096e (patch)
tree3a8fdd5d371e97b7fbb99c023295e03021b2f2d4 /community
parent7d7524a1b20ef92dab63100923b6636b8a9efd9a (diff)
downloadaports-d69d75bedaff778649b573ec8334209b70fe096e.tar.bz2
aports-d69d75bedaff778649b573ec8334209b70fe096e.tar.xz
community/docker-py: remove pip from makedepends
Diffstat (limited to 'community')
-rw-r--r--community/docker-py/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/docker-py/APKBUILD b/community/docker-py/APKBUILD
index 01260e9d31..99703e5db0 100644
--- a/community/docker-py/APKBUILD
+++ b/community/docker-py/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=docker-py
pkgver=4.1.0
-pkgrel=1
+pkgrel=3
pkgdesc="Python library for the Docker Engine API"
url="https://github.com/dotcloud/docker-py"
arch="noarch"
license="Apache-2.0"
depends="dockerpy-creds py3-cparser py3-cryptography py3-ipaddress
py3-packaging py3-parsing py3-requests py3-websocket-client"
-makedepends="py3-flake8 py3-mock py3-pip py3-setuptools py3-six python3-dev"
+makedepends="py3-flake8 py3-mock py3-setuptools py3-six python3-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/docker/$pkgname/archive/$pkgver.tar.gz"
check() {