aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-14 11:22:46 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-18 00:26:02 +0700
commit7ae1ab0ab43769345c0ffecfcdf4c0a876edc529 (patch)
treeba9b9155f7b89597e969cbfeba49db70fd6efebe
parentdcd2baceba43335483643720d1d77454e888acb0 (diff)
downloadslackbuilds-7ae1ab0ab43769345c0ffecfcdf4c0a876edc529.tar.xz
python/service_identity: Changed REQUIRES for python2-attrs
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/service_identity/service_identity.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/service_identity/service_identity.info b/python/service_identity/service_identity.info
index 05d550100a46..09459352b791 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"