python3-cryptography: remove --benchmark-disable option

The new version introduced below change, so remove the option
to avoid python3-pytest-benchmark rdepends to fix the gap.
496703c8 Refs #7079 -- added basic scaffholding for benchmarks (#7087)

Fixes:
  # ./run-ptest
  Free memory: 31.283 GB
  ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
  pytest: error: unrecognized arguments: --benchmark-disable
  inifile: /usr/lib/python3-cryptography/ptest/pyproject.toml
  rootdir: /usr/lib/python3-cryptography/ptest

(From OE-Core rev: 7fdfa8504dcc9c15e957256c97b43eec5291216c)

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mingli Yu
2022-05-17 18:22:14 +08:00
committed by Richard Purdie
parent 812ebb0227
commit 5553ef8096
2 changed files with 41 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ SRC_URI += "file://run-ptest \
file://check-memfree.py \
file://0001-Cargo.toml-specify-pem-version.patch \
file://0002-Cargo.toml-edition-2018-2021.patch \
file://0001-pyproject.toml-remove-benchmark-disable-option.patch \
crate://crates.io/Inflector/0.11.4 \
crate://crates.io/aliasable/0.1.3 \
crate://crates.io/asn1/0.8.7 \