diff mbox series

[1/2] python3-cryptodome: remove redundant PYPI_PACKAGE_EXT

Message ID 20240606172015.3118703-1-ross.burton@arm.com
State Accepted, archived
Commit e665d9831f9dc300def0955a1431ae110c8e8189
Headers show
Series [1/2] python3-cryptodome: remove redundant PYPI_PACKAGE_EXT | expand

Commit Message

Ross Burton June 6, 2024, 5:20 p.m. UTC
This is the default value, so remove it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python-pycryptodome.inc | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc
index 8d9b6d911ea..ec9241e6d5d 100644
--- a/meta/recipes-devtools/python/python-pycryptodome.inc
+++ b/meta/recipes-devtools/python/python-pycryptodome.inc
@@ -7,8 +7,6 @@  LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93"
 
 inherit pypi
 
-PYPI_PACKAGE_EXT = "tar.gz"
-
 RDEPENDS:${PN} += " \
     python3-cffi \
     python3-ctypes \