aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-pip/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pip/APKBUILD b/testing/py-pip/APKBUILD
index 1bbd52f466..bd2aa1d50e 100644
--- a/testing/py-pip/APKBUILD
+++ b/testing/py-pip/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-pip
_pkgname=pip
pkgver=1.5.6
-pkgrel=0
+pkgrel=1
pkgdesc="A tool for installing and managing Python packages"
url="http://www.pip-installer.org"
arch="noarch"
license="MIT"
-depends="python"
+depends="python py-setuptools"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""