diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-30 13:52:56 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-08-02 10:35:27 +0200 |
commit | 8e632f678e7003d22b8475a295ee7d2cc966d2b4 (patch) | |
tree | 261b3155352451dafd917c692b026d4d21e06746 /testing/pypy3/APKBUILD | |
parent | 5d844bf4f9135ad1904cc831a9411490eb860dc7 (diff) | |
download | aports-8e632f678e7003d22b8475a295ee7d2cc966d2b4.zip |
testing: mass rebuild against openssl3
Diffstat (limited to 'testing/pypy3/APKBUILD')
-rw-r--r-- | testing/pypy3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pypy3/APKBUILD b/testing/pypy3/APKBUILD index 88644a048b3..b4c8c4aa597 100644 --- a/testing/pypy3/APKBUILD +++ b/testing/pypy3/APKBUILD @@ -2,7 +2,7 @@ pkgname=pypy3 pkgver=7.3.9 _pkgver=${pkgver/_/} -pkgrel=0 +pkgrel=1 pkgdesc="Fast, compliant alternative implementation of Python 3.8" url="https://www.pypy.org/" arch="x86 x86_64 aarch64 s390x" @@ -14,7 +14,7 @@ makedepends=" libffi-dev linux-headers ncurses-dev - openssl-dev + openssl-dev>3 pypy readline-dev rsync |