From 7ae1ab0ab43769345c0ffecfcdf4c0a876edc529 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Mon, 14 Mar 2022 11:22:46 +0100 Subject: [PATCH] python/service_identity: Changed REQUIRES for python2-attrs Signed-off-by: Willy Sudiarto Raharjo --- python/service_identity/service_identity.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/service_identity/service_identity.info b/python/service_identity/service_identity.info index 05d550100a..09459352b7 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"