summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
AgeCommit message (Collapse)AuthorFilesLines
2026-08-08gnu: python-distlib: Update to 0.4.3.Sharlatan Hellseher1-7/+16
* gnu/packages/python-build.scm (python-distlib): Update to 0.4.3. [source]: Switch to git-fetch. [arguments] <test-backend, test-flags>: Use 'custom, avoiding dependency on Pytest. [phases]{fix-tests-on-unprivileged-daemon}: New phase. [native-inputs]: Remove python-pytest-bootstrap. Relates-to: guix/guix!5861 Change-Id: I8384b93f0291733371bd442b7d6c08f30320f31f Co-authored-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-08-08gnu: python-packaging: Update to 26.2.Sharlatan Hellseher1-5/+21
* gnu/packages/python-build.scm (python-packaging): Update to 26.2. [source]: Switch to git-fetch. [arguments] <test-flags>: Ignore tests requiring extra native-inputs. [propagated-inputs]: Remove python-pyparsing and python-six. Change-Id: I365868d1de0e4ef8225627f71f685b225ca4d40b
2026-08-08gnu: python-pretend: Drop python-packaging-bootstrap.Sharlatan Hellseher1-3/+2
* gnu/packages/python-build.scm (python-pretend): [native-inputs]: Remove python-packaging-bootstrap. Change-Id: I6d1ceea6399410f575599eb093f22b57c20ee22a
2026-08-08gnu: python-pathspec: Update to 1.1.1.Hugo Buddelmeijer1-2/+2
* gnu/packages/python-build.scm (python-pathspec): Update to 1.1.1. Relates-to: guix/guix!9278 Change-Id: If367302afeeb6da0ede783662e447e62267e01fb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-05-24gnu: hatch: Update to 1.16.4.Sharlatan Hellseher1-19/+0
* gnu/packages/package-management.scm (hatch): Update to 1.16.4. [arguments] <test-flags>: Rework skipped tests. [inputs]: Remove python-hatchling-for-hatch, python-virtualenv-for-hatch, and python-zstandard; add python-backports-zstd, python-hatchling, python-pyproject-hooks, python-virtualenv, and uv. [native-inputs]: Remove git-minimal; add git-minimal/pinned, python-editables, python-filelock, python-flit-core, and python-trustme. * gnu/packages/python-build.scm (python-hatchling-for-hatch): Delete variable. * gnu/packages/python-xyz.scm (python-virtualenv-for-hatch): Delete variable. Change-Id: I48df4c5c5f3e6feb5e5cd02aed02ab368b68e349
2026-05-24gnu: python-poetry-core: Update to 2.3.2.Nicolas Graves1-5/+8
* gnu/packages/python-build.scm (python-poetry-core): Update to 2.3.2. Change-Id: Ia0103d9295544ec692e9fa6ca4325f8baadb25d1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-05-24guix: build-system: Set pypi-uri in pyproject, drop python module.Nicolas Graves1-1/+0
After this commit, when both modules are imported: - if pyproject is imported before, the warning is 'pypi-uri' is deprecated, use '(@ (guix build-system pyproject) pypi-uri)' instead - if python is imported before, the warning is `pypi-uri' imported from both (guix build-system python) and (guix build-system pyproject) This seems convenient enough to warn for deprecation in the short term, while avoiding any breaking changes. * guix/build-system/pyproject.scm (pypi-uri): Move the procedure from (guix build-system python) here. * guix/build-system/python (pypi-uri): Drop definition, import it from (guix build-system pyproject) and deprecate it. * gnu/packages/openldap.scm: Reorder modules to get the right warning. * gnu/packages/pypy.scm: Likewise. * gnu/packages/*.scm : Drop module (guix build-system python). * tests/import/pypi.scm: Likewise. Merges: https://codeberg.org/guix/guix/pulls/7448 Change-Id: Ib42f53bc545052eb7918a25afe9db6d5fc2cb834 Reviewed-by: Nguyễn Gia Phong <cnx@loang.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-05-24gnu: packages: Remove python-build-system comments.Sharlatan Hellseher1-3/+3
Rephrase or remove comments completely mentioning python-build-system to prepare it for depreciation. It helps to search code for the rest relevant entries of python-build-system. Change-Id: I98ee81b4b0e0f826fd236fec20e77546e1567f80
2026-05-24gnu: python-pygments: Update to 2.19.2.Sharlatan Hellseher1-5/+3
* gnu/packages/python-build.scm (python-pygments): Update to 2.19.2. Change-Id: I494bc99b8c0af2316b7a0269fc320b417986d917
2026-05-24gnu: python-pathspec: Update to 1.0.4.Sharlatan Hellseher1-5/+8
* gnu/packages/python-build.scm (python-pathspec): Update to 1.0.4. [source]: Switch to git-fetch. [native-inputs]: Remove python-setuptools-bootstrap; add python-packaging-bootstrap. Change-Id: I02bab3eab782a735bd22f34e9667748c393c3fdf
2026-05-24gnu: python-pluggy: Switch to git-fetch.Sharlatan Hellseher1-6/+10
* gnu/packages/python-build.scm (python-pluggy): [source]: Switch to git-fetch. [arguments] <tests?>: Disable to break cycle with Pytest. [native-inputs]: Remove python-wheel. [home-page]: Use the URL mentioned on GitHub. Change-Id: I81b053c7de9e57598e2172e6b5c001a15b770e45
2026-03-28gnu: python-pypa-installer: Deprecate aliased python-installer.Nicolas Graves1-24/+4
* gnu/packages/python-build.scm (python-pypa-installer): Drop variable, and redefine it as a deprecated version of python-installer. Change-Id: I97467c9832eb7e23ffe67aea90fbf017864f312b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-25gnu: Remove python-flit-scm.Andreas Enge1-38/+0
* gnu/packages/python-build.scm (python-flit-scm): Delete variable. * guix/lint.scm (%python-native-inputs): Remove entry. Fixes: guix/guix#2360 Change-Id: I38040bdff8cd7d74c272abf466897a446ce6d045
2026-03-25gnu: Remove python-exceptiongroup.Andreas Enge1-29/+0
* gnu/packages/python-build.scm (python-exceptiongroup): Delete variable. Change-Id: Ia1fbd4890028bbeeb5afb884182a061be18648ef
2026-03-20gnu: Reference the inherited inputs values.Ludovic Courtès1-2/+2
This commit was made by running this command: sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm … and then reverting individual hunks where the change would trigger unbound variable warnings or other issues (such as ‘native-inputs’ is bound in the body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined just above). Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-02-07gnu: python-textual: Update to 7.4.0.Nicolas Graves1-0/+1
* gnu/packages/python-build.scm (python-textual): Update to 7.4.0. [arguments]<#:test-flags>: Align style. <#:phases>: Add phase 'relax-requirements. [propagated-inputs]: Add python-mdit-py-plugins. * gnu/packages/python-xyz.scm : Add comment. Change-Id: I064dd81b81568526c986f8dd667b693b5a22e32c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-six-bootstrap: Deprecate in favor of python-six.Sharlatan Hellseher1-1/+2
* gnu/packages/python-build.scm (python-six-bootstrap): Deprecate variable. Change-Id: If55687c028da97173c3d79cfc79be7cdc246041c
2026-02-07gnu: Drop setting SETUPTOOLS_SCM_PRETEND_VERSION in some packages.Nicolas Graves1-13/+1
* gnu/packages/astronomy.scm (python-asdf-compression) (python-asdf-fits-schemas, python-cdflib, python-sunkit-spex): * gnu/packages/bioinformatics.scm (python-whatshap, python-mudata) (python-pyfaidx, python-ctxcore, scvelo): * gnu/packages/bootloaders.scm (dtc): * gnu/packages/check.scm (python-pytest-xdist, python-pytest-forked): * gnu/packages/databases.scm (python-fastparquet): * gnu/packages/disk.scm (greaseweazle-host-tools): * gnu/packages/docker.scm (python-docker): * gnu/packages/finance.scm (python-ledgerblue): * gnu/packages/fontutils.scm (python-compreffor) (python-defcon-bootstrap, nototools): * gnu/packages/games.scm (sc-controller): * gnu/packages/machine-learning.scm (python-botorch): * gnu/packages/music.scm (python-pylast): * gnu/packages/package-management.scm (conda): * gnu/packages/python-build.scm (python-exceptiongroup): * gnu/packages/python-science.scm (python-dask-image) (python-distributed, python-osqp): * gnu/packages/python-web.scm (python-branca, python-smart-open): * gnu/packages/python-xyz.scm (python-conda-content-trust) (python-menuinst, python-isort, python-pyclibrary) (python-pyclipper, python-csb43-0.10, python-orgparse) (python-deepmerge, python-scooby, python-uuid6): * gnu/packages/radio.scm (nanovna-saver): * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): [arguments]: Remove phases setting SETUPTOOLS_SCM_PRETEND_VERSION. * gnu/packages/python-xyz.scm (python-bagit) [arguments]: Refactor manual 'check phase into #:test-flags. Change-Id: I0713d6603f982a7f956d02fc3b85a384f4dd6ce4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Remove python-setuptools-79.Sharlatan Hellseher1-15/+0
* gnu/packages/python-build.scm (python-setuptools-79): Delete variable. Fixes: guix/guix#5737 Change-Id: If282391c8992fbbc7284c9e71f8bf57d43318997
2026-02-07gnu: Remove python-setuptools-67.Sharlatan Hellseher1-16/+0
* gnu/packages/python-build.scm (python-setuptools-67): Delete variable. Related-to: guix/guix#5737 Change-Id: I40a3499686877b99c7467a3e83976c3ea48b4649
2026-02-07gnu: python-setuptools-79: Disable tests.Sharlatan Hellseher1-1/+3
* gnu/packages/python-build.scm (python-setuptools-79)[arguments]: Overwrite and disable tests. Change-Id: Ie5184747e60eeca0502126de05e24cb629bb8a79
2026-02-07gnu: Remove python-typing-extensions-next.Sharlatan Hellseher1-3/+0
* gnu/packages/python-build.scm (python-typing-extensions-next): Delete variable. Change-Id: Ibcd8027c6b45f1951c697df1fc572b990e73cff0
2026-02-07gnu: Remove python-pbr-next.Sharlatan Hellseher1-3/+0
* gnu/packages/python-build.scm (python-pbr-next): Delete variable. Change-Id: I18998f29d6f4346a579e9e9c15b0f19420bb2c0b
2026-02-07gnu: Remove python-setuptools-next.Sharlatan Hellseher1-3/+0
* gnu/packages/python-build.scm (python-setuptools-next): Delete variable. Change-Id: I2de8aa1869e1d7485cc2816c6ab0d67429cce707
2026-02-07gnu: Remove python-poetry-core-next.Sharlatan Hellseher1-3/+0
* gnu/packages/python-build.scm (python-poetry-core-next): Delete variable. Change-Id: Ic4cddb270e1b4c25ca02bb63de5e3f4678bf49de
2026-02-07gnu: Remove python-flit-core-next.Sharlatan Hellseher1-3/+0
* gnu/packages/python-build.scm (python-flit-core-next): Delete variable. Change-Id: Icb7703b21bc37a4bff6180450d5cfc1617f2dab7
2026-02-07gnu: python-setuptools: Bootstrap the package properly.Nicolas Graves1-16/+121
This commit includes changes submitted in two merge requests: - https://codeberg.org/guix/guix/pulls/5723 - https://codeberg.org/guix/guix/pulls/5362 Related issue with bootstraping and "guix pull": - https://codeberg.org/guix/guix/issues/5813 * gnu/packages/python-build.scm (python-setuptools) [arguments]<#:test-flags>: Ignore failing tests. <#:phases>: Add phases 'build-bundled-wheel-for-tests, 'cleanup, 'configure-tests, 'drop-platformdirs-requirement, 'cleanup-installed-tests. [propagated-inputs]: Add python-jaraco-functools, python-jaraco-text, python-more-itertools, python-packaging, python-wheel. [native-inputs]: Add python-autocommand, python-backports-tarfile, python-filelock-bootstrap, python-inflect, python-jaraco-collections, python-jaraco-context, python-jaraco-envs-bootstrap, python-jaraco-functools, python-jaraco-path, python-jaraco-test, python-jaraco-text, python-more-itertools, python-packaging, python-path, python-platformdirs-bootstrap, python-pip, python-pypa-build, python-pytest-bootstrap, python-tomli, python-typing-extensions, python-typeguard, and python-wheel. Change-Id: I2361b2626e7c0ca54fad7e9eeb0a616b2b66f6d9 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Remove python-pep517.Sharlatan Hellseher1-27/+0
* gnu/packages/python-xyz.scm (python-pep517, python-pep517-bootstrap): Delete variables. Relates-to: guix/guix#5813 Fixes: guix/guix#5726 Change-Id: Ia0c25319dd59f6f484611159580a844fd6e96d30
2026-02-07gnu: python-pypa-build: Update to 1.3.0.Nicolas Graves1-6/+7
* gnu/packages/python-build.scm (python-pypa-build): Update to 1.3.0. [propagated-inputs]: Remove python-packaging-bootstrap, python-pep517-bootstrap, python-toml. Add python-colorama, python-packaging, python-pyproject-hooks, python-tomli. Change-Id: I9f89f3a08a59610f32a74c2ac39cd291d6f104fc Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-jaraco-test: Move to (gnu packages python-build).Nicolas Graves1-0/+25
* gnu/packages/python-xyz.scm (python-jaraco-test): Move from here… * gnu/packages/python-build.scm (python-jaraco-test): …to here. Change-Id: I0ae77cbdc492c60d48348981b042ad8bd9e1e963 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Add python-jaraco-envs-bootstrap.Nicolas Graves1-0/+30
* gnu/packages/python-build.scm (python-jaraco-envs-bootstrap): New variable. Change-Id: Ie98d8a3ff626f991acfa73de65f47b4f85667e51 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Add python-virtualenv-bootstrap.Nicolas Graves1-0/+26
* gnu/packages/python-build.scm (python-virtualenv-bootstrap): New variable. Change-Id: Iba9fbc24886169df3cb42bb1c254359fd8d3fa17 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Add python-filelock-bootstrap.Nicolas Graves1-0/+26
* gnu/packages/python-build.scm (python-filelock-bootstrap): New variable. * gnu/packages/python-xyz.scm (python-filelock): Inherit from python-filelock-bootstrap. Change-Id: I0a0ff8246bcdccd384fe36119fd1125b53e0f670 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-distlib: Move to (gnu packages python-build).Nicolas Graves1-0/+39
* gnu/packages/python-xyz.scm (python-distlib): Move from here… * gnu/packages/python-build.scm (python-distlib): …to here. Change-Id: Ib6611610e6b32a6e3cf0faab35572938c2cb6005 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-path: Move to (gnu packages python-build).Nicolas Graves1-0/+36
* gnu/packages/python-xyz.scm (python-path): Move from here… * gnu/packages/python-build.scm (python-path): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap, python-setuptools by python-setuptools-bootstrap, python-setuptools-scm by python-setuptools-scm-boostrap, python-packaging by python-packaging-bootstrap, python-pygments by python-pygments-bootstrap. Change-Id: Ief847ef89a3bc76df59b9939b50068d969648717 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Add python-platformdirs-bootstrap.Nicolas Graves1-0/+27
* gnu/packages/python-build.scm (python-platformdirs-bootstrap): New variable. * gnu/packages/python-xyz.scm (python-platformdirs): Add a comment. Change-Id: If9c296d498690f8c1fff585a6bb7ce4579434c79 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-jaraco-path: Move to (gnu packages python-build).Nicolas Graves1-0/+31
* gnu/packages/python-xyz.scm (python-jaraco-path): Move from here… * gnu/packages/python-build.scm (python-jaraco-path): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap, python-setuptools by python-setuptools-bootstrap, python-setuptools-scm by python-setuptools-scm-boostrap. Change-Id: I1180653d8834d9161be77c3f6b36a3b7a8884f20 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-jaraco-collections: Move to (gnu packages python-build).Nicolas Graves1-0/+58
* gnu/packages/python-xyz.scm (python-jaraco-collections): Move from here… * gnu/packages/python-build.scm (python-jaraco-collections): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap, python-setuptools by python-setuptools-bootstrap, python-setuptools-scm by python-setuptools-scm-boostrap. Remove python-wheel. Change-Id: I7e612a59917b9700dffd0034bbedde62959a9597 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-jaraco-text: Move to (gnu packages python-build).Nicolas Graves1-0/+34
* gnu/packages/python-xyz.scm (python-jaraco-text): Move from here… * gnu/packages/python-build.scm (python-jaraco-text): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap, python-setuptools by python-setuptools-bootstrap, python-setuptools-scm by python-setuptools-scm-boostrap. Change-Id: I0597c86f98f6bd98104c6507d8aa9d67295d5234 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-jaraco-functools: Move to (gnu packages python-build).Nicolas Graves1-0/+30
* gnu/packages/python-xyz.scm (python-jaraco-functools): Move from here… * gnu/packages/python-build.scm (python-jaraco-functools): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap, python-setuptools by python-setuptools-bootstrap. Remove python-wheel. Change-Id: I0a5fd9e8efce8c905c55b7c379ecfcdcd260234a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-jaraco-context: Move to (gnu packages python-build).Nicolas Graves1-0/+24
* gnu/packages/python-xyz.scm (python-jaraco-context): Move from here… * gnu/packages/python-build.scm (python-jaraco-context): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap, python-setuptools by python-setuptools-bootstrap. Remove python-wheel. Change-Id: Idd1376ae78b19876ea15149b4f51f31684cbd931 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-jaraco-classes: Move to (gnu packages python-build).Nicolas Graves1-0/+25
* gnu/packages/python-xyz.scm (python-jaraco-classes): Move from here… * gnu/packages/python-build.scm (python-jaraco-classes): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap, python-setuptools by python-setuptools-bootstrap. Change-Id: Ib3dce8be7938bc81d8363888662a19e66b94d8f7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-inflect: Move to (gnu packages python-build).Nicolas Graves1-0/+27
* gnu/packages/python-xyz.scm (python-inflect): Move from here… * gnu/packages/python-build.scm (python-inflect): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap, python-setuptools by python-setuptools-bootstrap, python-setuptools-scm by python-setuptools-scm-boostrap. Change-Id: Id8782ae885b16d2a2870cd5d05b93e93ca9dbc40 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-typeguard: Move to (gnu packages python-build).Nicolas Graves1-0/+27
* gnu/packages/python-xyz.scm (python-typeguard): Move from here… * gnu/packages/python-build.scm (python-typeguard): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap, python-setuptools by python-setuptools-bootstrap, python-setuptools-scm by python-setuptools-scm-boostrap. Change-Id: I14196e595b28741d3c97bcd7436d8276ca9425d1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-more-itertools: Move to (gnu packages python-build).Nicolas Graves1-0/+36
* gnu/packages/python-xyz.scm (python-more-itertools): Move from here… * gnu/packages/python-build.scm (python-more-itertools): …to here. Change-Id: I5449d1bd0ed4f56a3943020e239cf299ab231617 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-backports-tarfile: Move to (gnu packages python-build).Nicolas Graves1-0/+21
* gnu/packages/python-xyz.scm (python-backports-tarfile): Move from here… * gnu/packages/python-build.scm (python-backports-tarfile): …to here. Change-Id: I08fad809bc89251a8b23fe3f13801623db0c16b9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-pyproject-hooks: Move to (gnu packages python-build).Nicolas Graves1-0/+23
* gnu/packages/python-xyz.scm (python-pyproject-hooks): Move from here… * gnu/packages/python-build.scm (python-pyproject-hooks): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap. Change-Id: Iafcf2b6c9e6e4c82f566e994819a39636738ae32 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-colorama: Move to (gnu packages python-build).Nicolas Graves1-0/+20
* gnu/packages/python-xyz.scm (python-colorama): Move from here… * gnu/packages/python-build.scm (python-colorama): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap. Change-Id: I3ac5f6611a411458a0aeca0d6d4a2af79ce49e54 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-testpath: Move to (gnu packages python-build).Nicolas Graves1-0/+26
* gnu/packages/check.scm (python-testpath): Move from here… * gnu/packages/python-build.scm (python-testpath): …to here. [native-inputs]: Replace python-pytest by python-pytest-bootstrap. Change-Id: I3796f3cddc366d86c99fcef72b7b950791e99ef2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-autocommand: Move to (gnu packages python-build).Nicolas Graves1-0/+20
* gnu/packages/python-xyz.scm (python-autocommand): Move from here… * gnu/packages/python-build.scm (python-autocommand): …to here. [native-inputs]: Replace python-setuptools by python-setuptools-bootstrap. autocommand: Adapt native-inputs. Change-Id: I6999788c79a3904a22bebbff352c44a11df977a1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>