diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2021-04-29 16:09:35 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2021-04-29 17:38:55 +0900 |
commit | d4e554d839b4fa95c9ae3608f380968f3d293120 (patch) | |
tree | 6b238cf9015f5b1890894d115af461b30baa5ca5 | |
parent | e83b0b782b3cf54d9bd779fa1bb24eb2814a6696 (diff) | |
download | crda-accepted/tizen_6.0_unified.tar.gz crda-accepted/tizen_6.0_unified.tar.bz2 crda-accepted/tizen_6.0_unified.zip |
Fix a build dependency errorsubmit/tizen_6.0/20210429.093533accepted/tizen/6.0/unified/20210430.114857tizen_6.0accepted/tizen_6.0_unified
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
-rw-r--r-- | packaging/crda.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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 |