blob: 32d73e3d5caf743c8f2fb2f2bf0a5f91fef7cf9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
inherit python-wheel
NAME="python-cryptography"
VERSION=2.6.1
RELEASE=1
CATEGORY="Python"
SUMMARY="Python cryptography primitives"
DESCRIPTION="cryptography is a package which provides cryptographic recipes and
primitives to Python developers."
python27_cryptography_REQUIRES="python27-cffi python27-idna"
python36_cryptography_REQUIRES="python36-cffi python36-idna"
python37_cryptography_REQUIRES="python37-cffi python37-idna"
python_cryptography_debuginfo_OBSOLETES="python3-cryptography-debuginfo"
|