From 21434adfc5483a0e6f91e644b5afdd9a78c3278f Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Thu, 29 Apr 2021 16:09:35 +0900 Subject: [PATCH] Fix a build dependency error crda: have choice for python(abi) needed by python-M2Crypto: python3-base python have choice for python(abi) needed by python-typing: python3-base python Change-Id: Ic342a28d45710b10fab2cae26765cddd27bfd9f7 --- packaging/crda.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/crda.spec b/packaging/crda.spec index f2d11e3..1cafe81 100644 --- a/packaging/crda.spec +++ b/packaging/crda.spec @@ -8,10 +8,11 @@ Group: System/Base Source: http://wireless.kernel.org/download/crda/crda-%{version}.tar.bz2 Source1001: crda.manifest BuildRequires: gcc -BuildRequires: libgcrypt-devel +BuildRequires: pkgconfig(python-2.7) BuildRequires: pkgconfig(libnl-2.0) BuildRequires: python-M2Crypto BuildRequires: wireless-regdb +BuildRequires: libgcrypt-devel Requires: libgcrypt Requires: wireless-regdb -- 2.7.4