diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-14 11:22:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-18 00:26:02 +0700 |
commit | 7ae1ab0ab43769345c0ffecfcdf4c0a876edc529 (patch) | |
tree | ba9b9155f7b89597e969cbfeba49db70fd6efebe /python/service_identity | |
parent | dcd2baceba43335483643720d1d77454e888acb0 (diff) |
python/service_identity: Changed REQUIRES for python2-attrs
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 05d550100a46a..09459352b791e 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="attrs characteristic pyasn1-modules pyOpenSSL" +REQUIRES="python2-attrs characteristic pyasn1-modules pyOpenSSL" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |