pyopenssl: cross build support.
This commit is contained in:
parent
24f5ea8cfb
commit
b2205a5243
|
@ -4,6 +4,7 @@ version=0.11
|
||||||
revision=3
|
revision=3
|
||||||
wrksrc="pyOpenSSL-${version}"
|
wrksrc="pyOpenSSL-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
hostmakedepends="python-devel"
|
||||||
makedepends="openssl-devel python-devel"
|
makedepends="openssl-devel python-devel"
|
||||||
pycompile_module="OpenSSL"
|
pycompile_module="OpenSSL"
|
||||||
short_desc="Python interface to the OpenSSL library"
|
short_desc="Python interface to the OpenSSL library"
|
||||||
|
|
Loading…
Reference in New Issue