python-openssl: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:16:23 -04:00
parent 511f7a646f
commit b89df6e7d5

View file

@ -1,7 +1,7 @@
# Template file for 'python-openssl' # Template file for 'python-openssl'
pkgname=python-openssl pkgname=python-openssl
version=20.0.1 version=20.0.1
revision=1 revision=2
wrksrc="pyOpenSSL-${version}" wrksrc="pyOpenSSL-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"