aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-oscrypto/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-01-05 13:59:45 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-06 05:35:56 +0100
commit78c872c6e0fecdc57b6f63bf2733f04a9822b2b3 (patch)
treefad506f56b2a00940376aab19c8a0fe020f12957 /community/py3-oscrypto/APKBUILD
parent88d530b9ecad462d13a2afa6f812282beaec1f73 (diff)
downloadaports-78c872c6e0fecdc57b6f63bf2733f04a9822b2b3.tar.bz2
aports-78c872c6e0fecdc57b6f63bf2733f04a9822b2b3.tar.xz
community/py3-oscrypto: add net to options
Diffstat (limited to 'community/py3-oscrypto/APKBUILD')
-rw-r--r--community/py3-oscrypto/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/py3-oscrypto/APKBUILD b/community/py3-oscrypto/APKBUILD
index dd1be21db0..47c65a4074 100644
--- a/community/py3-oscrypto/APKBUILD
+++ b/community/py3-oscrypto/APKBUILD
@@ -8,6 +8,7 @@ pkgdesc="Python crypto library backed by the OS"
url="https://github.com/wbond/oscrypto"
arch="noarch"
license="MIT"
+options="net" # required to make tests pass in abuild rootbld
depends="python3 py3-setuptools py3-asn1crypto>=1.0.0"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/wbond/oscrypto/archive/$pkgver.tar.gz"