diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2020-09-18 19:15:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-19 08:55:00 +0700 |
commit | ad12611654b13c8bbbf13970ee97aa5372612ca4 (patch) | |
tree | bbca28758d5cdfbaa0df098e57a47745073efafc /python | |
parent | e0e5597eb114da20fbd80e465c0a644844ce63d7 (diff) | |
download | slackbuilds-ad12611654b13c8bbbf13970ee97aa5372612ca4.tar.gz |
python/pyasn1: Add optional dependency: python3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pyasn1/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pyasn1/README b/python/pyasn1/README index e8c7885ff0..f3b5a03b3e 100644 --- a/python/pyasn1/README +++ b/python/pyasn1/README @@ -1 +1,5 @@ pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python. + +OPTIONAL DEPENDENCY: + +python3 |