mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
python-cryptography: fix PKG_CPE_ID
cryptography_project:cryptography has been deprecated in favour of cryptography.io:cryptography: https://nvd.nist.gov/products/cpe/detail/2EBA50FC-F3F9-40D5-82BD-EFB67F761153 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
98adfcdc0d
commit
76ff404bc3
@@ -17,7 +17,7 @@ PKG_HASH:=13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc
|
||||
PKG_LICENSE:=Apache-2.0 BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD
|
||||
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
|
||||
PKG_CPE_ID:=cpe:/a:cryptography_project:cryptography
|
||||
PKG_CPE_ID:=cpe:/a:cryptography.io:cryptography
|
||||
|
||||
PKG_BUILD_DEPENDS:=libffi/host python-cffi/host python-setuptools-rust/host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user