summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-2116-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.64.1 -> 0.68.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | Changelog: ========== Reduce overhead to handle queries and responses (#1184) (81126b7) Speed up answering incoming questions (#1186) (8f37665) Optimize construction of outgoing dns records (#1182) (fc0341f) Reduce overhead to enumerate ip addresses in ServiceInfo (#1181) (6a85cbf) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmodem: upgrade 0.4.6 -> 0.4.7Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | Changelog: ========== bugfix: stall on some kinds of error in recv(), PR #56 bugfix: sequence number miscalculation in send(), PR #52 enhancement: callback function added for recv() method, PR #53 bugfix: receiving empty file and stall condition in recv(), PR #50 bugfix: callback is now called for some kinds of errors and some CLI fixes, 8a798e8 bugfix: remove DepreactionWarning for logging.warn(), PR #49 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.3.0 -> 2.3.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: ========== Meta-schema elements and groups ignore xsi:type attributes (issue #350) Use the meta-schemas only for validating XSD sources otherwise create dummy schemas Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: upgrade 5.7.0 -> 5.8.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== Added -------- Build wheel for Python 3.12 beta (built against 3.12.0b2) Changed -------- Drop support for Python 3.7 Fixed -------- Include BSD-3-Clause and TCL license text Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 6.0.2 -> 6.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.1.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.4.1 -> 13.4.2Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Relaxed markdown-it-py dependency Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: upgrade 3.5.0 -> 3.6.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | Changelog: ========== WHL: Wheels contain PROJ 9.2.1 DEP: Minimum supported Python version 3.9 ENH: Add CRS.to_2d() ENH: Added allow_superseded kwargs to TransformerGroup ENH: Added parameter output_axis_rule to CRS.to_wkt BUG: fix Geod.npts NaN handling MNT: Use pyproject.toml for project metadata Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.23.2 -> 4.23.3Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== C++ ------ Regenerate stale files (#13046) (58b6ddb) Use the same ABI for static and shared libraries on non-Windows platforms (#12983) (efa1ec7) Objective-C ----------- Regenerate stale files (#13046) (58b6ddb) UPB (Python/PHP/Ruby C-Extension) ---------------------------------- Fixed a bug in upb_Map_Delete() that caused crashes in map.delete(k) for Ruby when string-keyed maps were in use. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.31.0 -> 2.31.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Match ExIf orientation tag behavior to ExIf spec in pillow(#983) (953029b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.19.1 -> 2.20.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== Features --------- Add public API load_credentials_from_dict (#1326) (5467ad7) Bug Fixes --------- Expiry in compute_engine.IDTokenCredentials (#1327) (56a6159), closes #1323 Expiry in impersonated_credentials.IDTokenCredentials (#1330) (d1b887c) Invalid dev version identifiers in setup.py (#1322) (a9b8f12), closes #1321 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.59.0 -> 1.59.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Invalid dev version identifiers in setup.py Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.88.0 -> 2.89.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Remove faulty version matcher in setup.py (#2152) (0a865da), closes #2151 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.11.0 -> 2.11.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Bug Fixes ========== Add actionable errors for GCE long running operations Invalid dev version identifiers in setup.py Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.1.2 -> 4.1.3Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: ========= Fix XP30+ fn:path (issue #67) Fix weak tests (issues #64 and #66) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: upgrade 1.3.15 -> 1.4.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: =========== Make a retrocompatible version of 1.4.0 change about supporting VIXIECRON bug. Added "implement_cron_bug" flag to make the cron parser compatible with a bug in Vixie/ISC Cron Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-mock: upgrade 3.10.0 -> 3.11.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: =========== Fixed introspection for failed assert_has_calls (#365). Updated type annotations for mocker.patch and mocker.spy (#364). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 3.5.3 -> 3.6.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== platformdirs: introduce user_downloads_dir() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-click-repl: upgrade 0.2.0 -> 0.3.0Wang Mingyu2023-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | License-Update: Add "Copyright (c) 2016-2026 Asif Saif Uddin & contributors." to license file. Changelog: =========== Drop Python 2 support, remove six. Uses PromptSession() class from prompt_toolkit instead of prompt() function (#63). Added filter for hidden commands and options (#86). Added click's autocompletion support (#88). Added tab-completion for Path and BOOL type arguments (#95). Added 'expand environmental variables in path' feature (#96). Delegate command dispatching to the actual group command. Updated completer class and tests based on new fix#92 (#102). Python 3.11 support. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layers: Move READMEs to markdown formatKhem Raj2023-06-171-0/+0
| | | | | | | The READMEs are often viewed from websites markdown format which is much as readable as text and yet friendlier in browsers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlparse: fix CVE-2023-30608Joe Slater2023-06-152-0/+52
| | | | | | | Backport from commit c457abd5f... upstream. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stopit: fix override syntaxPeter Marko2023-06-151-1/+1
| | | | | Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python_mesonpy: New classZoltán Böszörményi2023-06-141-0/+52
| | | | | | | | | | | | | This is a new PEP517 compatible build class for python modules that use pyproject.toml and this: [build-system] build-backend = 'mesonpy' The new class uses python3-meson-python-native. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-meson-python: New recipeZoltán Böszörményi2023-06-141-0/+23
| | | | | | | | This python module adds support for a new PEP517 build backend used by recent versions of scikit-image, scipy and others. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.63.0 -> 0.64.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | Fix: Small internal typing cleanups Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: upgrade 1.5.2 -> 1.5.3Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | Changelog: ============ - Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911) - Fix wsdump.py script typing, bug introduced in 1.5.2 (#91) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.25.0 -> 1.25.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== Fix parse_url (#2161) Better version parsing in integrations (#2152) Align HTTP status code as span data field http.response.status_code (#2113) Do not encode cached value to determine size (#2143) Fix using unittest.mock whenever available (#1926) Fix 2.7 common tests (#2145) Bump actions/stale from 6 to 8 (#1978) Bump black from 22.12.0 to 23.3.0 (#1984) Bump mypy from 1.2.0 to 1.3.0 (#2110) Bump sphinx from 5.3.0 to 7.0.1 (#2112) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.3.0 -> 3.3.1Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | Changelog: ============ transport fixes and 100% test coverage. (#1580) Delay self.loop until connect(). (#1579) Added mechanism to determine if server did not start cleanly (#1539) Proof transport reconnect works. (#1577) Fix non-shared block doc in config.rst. (#1573) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.171 -> 2.4.172Wang Mingyu2023-06-141-1/+1
| | | | | | | | | Changelog: ============ - Update settings.default.py - tags not tag. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykickstart: upgrade 3.47 -> 3.48Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | Changelog: =========== displaymode: Update description to describe behavior network: Move new options to Fedora 39 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.30.0 -> 2.31.0Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | Changelog: =========== Fix pilmode kwarg for get_reader/get_writer (#994) (21039b2) Decode gray 16-bit PNG as uint16 (not int32) if pillow allows (#987) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hexbytes: upgrade 0.3.0 -> 0.3.1Wang Mingyu2023-06-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.2.1 -> 4.2.2Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Fixed a regression in Django 4.2 that caused an unnecessary DBMS_LOB.SUBSTR() wrapping in the __isnull and __exact=None lookups for TextField()/BinaryField() on Oracle (#34544). - Restored, following a regression in Django 4.2, get_prep_value() call in JSONField subclasses (#34539). - Fixed a regression in Django 4.2 that caused a crash of QuerySet.defer() when passing a ManyToManyField or GenericForeignKey reference. While doing so is a no-op, it was allowed in older version (#34570). - Fixed a regression in Django 4.2 that caused a crash of QuerySet.only() when passing a reverse OneToOneField reference (#34612). - Fixed a bug in Django 4.2 where makemigrations --update didn't respect the --name option (#34568). - Fixed a performance regression in Django 4.2 when compiling queries without ordering (#34580). - Fixed a regression in Django 4.2 where nonexistent stylesheet was linked on a "Congratulations!" page (#34588). - Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate() with expressions referencing other aggregates (#34551). - Fixed a regression in Django 4.2 that caused a crash of QuerySet.aggregate() with aggregates referencing subqueries (#34551). - Fixed a regression in Django 4.2 that caused a crash of querysets on SQLite when filtering on DecimalField against values outside of the defined range (#34590). - Fixed a regression in Django 4.2 that caused a serialization crash on a ManyToManyField without a natural key when its Manager's base QuerySet used select_related() (#34620). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: upgrade 3.26.3 -> 3.26.4Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== chore(deps): bump cmake from 3.26.1 to 3.26.3 chore(deps): update pre-commit hooks chore: remove unused requirements-deploy.txt chore(deps): bump pypa/cibuildwheel from 2.12.1 to 2.12.3 chore(deps): update pre-commit hooks chore(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to release/v1 chore: only bump OpenSSL to 3.0.x (current LTS version) Update to CMake 3.26.4 chore: use trusted publisher deployment chore(deps): update pre-commit hooks chore(deps): bump pypa/cibuildwheel from 2.12.3 to 2.13.0 Update to OpenSSL 3.0.9 fix(cross-compile): Fix download of arm64 CMake binaries Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cassandra-driver: upgrade 3.27.0 -> 3.28.0Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ Features --------- Add support for vector type (PYTHON-1352) Cryptography module is now an optional dependency (PYTHON-1351) Bug Fixes ---------- Store IV along with encrypted text when using column-level encryption (PYTHON-1350) Create session-specific protocol handlers to contain session-specific CLE policies (PYTHON-1356) Others --------- Use Cython for smoke builds (PYTHON-1343) Don't fail when inserting UDTs with prepared queries with some missing fields (PR 1151) Convert print statement to function in docs (PR 1157) Update comment for retry policy (DOC-3278) Added error handling blog reference (DOC-2813) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: upgrade 23.1.2 -> 23.6.1Wang Mingyu2023-06-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 3.0.8 -> 3.1.0Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | Changelog: ========= setup.py -> pyproject.toml migration start (#427) Improve user install logic in activate-global-python-argcomplete (#437) Ensure Python 3.7 compatibility in check_console_script (#436) ZSH implementation fixes (#431, #433) Documentation improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 3.5.1 -> 3.5.3Wang Mingyu2023-06-141-1/+1
| | | | | | | | Changelog: Add 3.12 marker Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-utils: upgrade 2.1.0 -> 2.1.1Wang Mingyu2023-06-141-2/+2
| | | | | | | License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-typing: upgrade 3.3.0 -> 3.4.0Wang Mingyu2023-06-141-2/+2
| | | | | | | License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-hash: upgrade 0.5.1 -> 0.5.2Wang Mingyu2023-06-141-2/+2
| | | | | | | License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-account: upgrade 0.8.0 -> 0.9.0Wang Mingyu2023-06-141-2/+2
| | | | | | | License-Update: Copyright year updated to 2023 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stopit: add missing run-time dependenciesAdrian Zaharia2023-06-121-0/+4
| | | | | | | | | | | | The stopit package needs setuptools python module so add it to RDEPENDS. This fixes: File "/usr/lib64/python3.9/site-packages/stopit/__init__.py", line 10, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Add stopitAdrian Zaharia2023-06-072-0/+34
| | | | | | | | | | | | | stopit is a library to raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators. The license isn't shipped in the pypi package, so it was extracted from the github repo at [1]. [1] https://github.com/glenfant/stopit/blob/master/LICENSE Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python-ptest-fast-image: Do not run python3-pytest-mock ptestsKhem Raj2023-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | These ptests fail as of now. ============================================================================================================== Failed test cases (sorted by testseries, ID) ============================================================================================================== -------------------------------------------------------------------------------------------------------------- testseries | result_id : oeqa | runtime_meta-python-ptest-image-python3-pytest-mock_qemux86-64_20230606201650 ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_assert_called_args_with_introspection ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_assert_called_kwargs_with_introspection ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_detailed_introspection_async ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_plain_stopall ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_class_scope ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_module_scope ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_package_scope ptestresult.python3-pytest-mock.tests/test_pytest_mock.py::test_used_with_session_scope -------------------------------------------------------------------------------------------------------------- Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-padaos: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-oslash: add missing run-time dependenciesBartosz Golaszewski2023-06-061-2/+3
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ninja: add missing run-time dependenciesBartosz Golaszewski2023-06-061-1/+6
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ninja-syntax: new packageBartosz Golaszewski2023-06-061-0/+10
| | | | | | | | Add a recipe for ninja-syntax - a package that allows to use all features of python3-ninja. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>