diff options
author | Arn0 <yth@ythogtha.org> | 2023-04-27 22:41:29 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 17:20:32 +0700 |
commit | 12c3b74d75b6ae1130e57e6c3872a545cae15e6a (patch) | |
tree | 58e965859d75f37e399c49ac2f55935f57808a25 /python/service_identity | |
parent | 301063e271c01cc131d6eb168b272e17485898c7 (diff) |
python/service_identity: updated pyasn1-modules requirement
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/service_identity')
-rw-r--r-- | python/service_identity/service_identity.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/service_identity/service_identity.info b/python/service_identity/service_identity.info index 09459352b791e..2fdbe5c2f0fa2 100644 --- a/python/service_identity/service_identity.info +++ b/python/service_identity/service_identity.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/de/2a/cab6e30be82c8fcd2339ef618036720 MD5SUM="f509cb41ca2f8420bd8496291136d6cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-attrs characteristic pyasn1-modules pyOpenSSL" +REQUIRES="python2-attrs characteristic python2-pyasn1-modules pyOpenSSL" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |