aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/py-cryptography/APKBUILD (renamed from community/py-cryptography/APKBUILD)4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-cryptography/APKBUILD b/main/py-cryptography/APKBUILD
index 2ec7129325..757ef70fb7 100644
--- a/community/py-cryptography/APKBUILD
+++ b/main/py-cryptography/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-cryptography
_pkgname=${pkgname#py-}
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="A package which provides cryptographic recipes and primitives"
url="http://pypi.python.org/pypi/cryptography"
arch="noarch"
@@ -37,7 +37,7 @@ _py() {
_py2() {
_py python2
replaces="$pkgname"
- depends="$depends py-ipaddress py-enum34"
+ depends="$depends py2-ipaddress py2-enum34"
}
_py3() {