summaryrefslogtreecommitdiff
path: root/gnu/packages/openstack.scm
AgeCommit message (Collapse)Author
2026-03-20gnu: Reference the inherited inputs values.Ludovic Courtès
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-03-20gnu: Reference the inherited ‘arguments’ value.Ludovic Courtès
This commit was made by running this command: sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm … and then: 1. reverting changes from ‘gnu/packages/rust.scm’ and ‘gnu/packages/java.scm’ since they would incur derivation changes and/or breakage; 2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’; 3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’, which use ‘substitute-keyword-arguments’ for arguments that are not inherited (and thus ‘arguments’ would be unbound); 4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’ which make bogus assumptions about inherited arguments. Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-02-07gnu: Remove python-coverage native-input from some packages.Nicolas Graves
Remove python-coverage from [native-inputs] in the following packages as not required for build/tests/install: * gnu/packages/check.scm: (python-pytest-flakes) * gnu/packages/cpp.scm: (cpplint) * gnu/packages/jupyter.scm: (python-nbclassic) * gnu/packages/machine-learning.scm (onnx, python-pytorch-lightning) (python-torchmetrics) * gnu/packages/openstack.scm: (python-hacking) * gnu/packages/python-xyz.scm: (python-lsp-jsonrpc, python-nodeenv) * gnu/packages/simulation.scm: (python-dolfin-adjoint) * gnu/packages/version-control.scm: (pre-commit) Change-Id: I2c5e14f4aa28906ceee054c857e6abeeb122ad52 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-22gnu: Deprecate python-pbr-next by python-pbr.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pbr-next): Deprecate variable. * gnu/packages/openstack.scm (python-os-service-types) (python-os-service-types-bootstrap, python-oslo-log)[native-inputs]: Remove python-pbr-next; add python-pbr. Change-Id: I2a3deab358cada0f793e2b84697fca8fbc15be44
2025-09-25gnu: python-oslo-config: Update to 9.8.0.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-config): Update to 9.8.0. [native-inputs]: Remove python-mypy, python-wheel. Change-Id: I3ccfb4222383d6eb4af5aedc8207a58a2fc76a31 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25gnu: python-requestsexceptions: Disable tests.Nicolas Graves
* gnu/packages/openstack.scm (python-requestsexceptions): [source]: Switch to git-fetch. [arguments]<#:tests?>: Disable them. <#:phases>: Add phase 'set-version. [native-inputs]: Add python-os-testr. Remove python-wheel. [synopsis, description]: Improve style. Change-Id: I9ee0105c2cd7153ecef8dfc38a9ca255a97366ed Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25gnu: python-os-testr: Update to 3.0.0-0.0ba674d.Nicolas Graves
* gnu/packages/openstack.scm (python-os-testr): Update to 3.0.0-0.0ba674d. [source]: Switch to git-fetch. [arguments]<#:phases>: Add phase 'set-version. [native-inputs]: Remove python-wheel. [home-page]: Use github link. Change-Id: I403e6a973adc0512c6393bc16e56f3ac96b14211 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25gnu: Remove python-mox3.Sharlatan Hellseher
Unmaintained, fails to build, no users in Guix, see: <http://git.openstack.org/cgit/openstack/mox3>. * gnu/packages/openstack.scm (python-mox3): Delete variable. * gnu/packages/patches/python-mox3-python3.6-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister patch. Change-Id: Idde550fee66f2e80e07a7269bd9b0e8cadcb058b
2025-09-25gnu: Remove python-oslosphinx.Nicolas Graves
This package is leaf and obsoleted upstream, see https://pypi.org/project/oslosphinx/ * gnu/packages/openstack.scm (python-oslosphinx): Delete variable. Change-Id: I1409cb7e5df5217aaf6c7f109788481c49b05427 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-25gnu: python-oslotest: Fix build.Sharlatan Hellseher
* gnu/packages/openstack.scm (python-oslotest)[arguments] <phases>: Add 'remove-sub-package. [native-inputs]: Remove python-coverage and python-wheel. Change-Id: Ibefd7e2bd7d60477931e38ba790fa01dfcae9403
2025-09-25gnu: python-cliff: Reduce closure size.Sharlatan Hellseher
* gnu/packages/openstack.scm (python-cliff): [native-inputs]: Remove python-coverage, python-fixtures, python-sphinx-5, and python-wheel; add python-sphinx. Change-Id: I4ef899457245fe54a3c259dd2390f251adcdc5e4
2025-09-18Reapply "Update Maxim's email address."Maxim Cournoyer
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with the more careful command, to avoid a world rebuild: grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \ --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This caused a world rebuild. Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18Update Maxim's email address.Maxim Cournoyer
The change was automated via: git grep -l maxim.cournoyer@gmail.com | xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g' * .mailmap: New entry. Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-07-27gnu: packages/openstack: Select only pypi-uri from python build-system.Sharlatan Hellseher
python-build-system is no longer in use in this module but pyproject-build-system misses PYPI-URI symbol yet, this change load just it. * gnu/packages/openstack.scm: Load just PYPI-URI from python-build-system. Change-Id: I1f508208e6a3f4a8a31aef8bb04d14ae4438fe5f
2025-07-27gnu: packages/openstack: Apply license prefix.Sharlatan Hellseher
* gnu/packages/openstack.scm: Apply "license:" prefix for all packages in the module. Change-Id: I749e8b85397b677082f2a4d9ca59001edc2828d2
2025-07-27gnu: python-openstacksdk: Update to 4.6.0.Nicolas Graves
* gnu/packages/openstack.scm (python-openstacksdk): Update to 4.6.0. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Set them. Refresh 'check phase replacement. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ia0197b6375beeef3f5e048677e7812665e5c29e0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-requestsexceptions: Switch to pyproject.Nicolas Graves
* gnu/packages/openstack.scm (python-requestsexceptions): [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Enable them. <#:phases>: Add 'relax-requirements phase. [native-inputs]: Add python-pbr, python-setuptools, python-wheel. Change-Id: I65418e50cfd9263257adb95fb83ea0662bf15803 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-git-review: Update to 2.5.0.Nicolas Graves
* gnu/packages/openstack.scm (python-git-review): Update to 2.5.0. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Refresh them. [native-inputs]: Add python-pbr, python-setuptools, python-wheel. [inputs]: Replace git by git-minimal, openssh by openssh-sans-x. Change-Id: If1e37a04b99c700274ce0a8d47922aa2c5249bc7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-swiftclient: Update to 4.8.0.Nicolas Graves
* gnu/packages/openstack.scm (python-swiftclient): Update to 4.8.0. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Refresh them. [native-inputs]: Add python-pbr, python-setuptools, python-wheel. Change-Id: I06871ddd79035e953ef30bd3fc8d9466509ca70d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-keystoneclient: Update to 5.6.0.Nicolas Graves
* gnu/packages/openstack.scm (python-keystoneclient): Update to 5.6.0. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Add phases 'remove-failing-tests, 'check. Refresh phase 'relax-requirements. [native-inputs]: Add python-bandit, python-tempest, python-setuptools, python-wheel. [propagated-inputs]: Remove python-babel, python-debtcollector, python-iso8601, python-netaddr, python-prettytable, python-six. Add python-packaging, python-pbr. Change-Id: I11901435aed3a596bc43f89d328f9d8d7d0c7a1a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-keystoneauth1: Update to 5.11.1.Nicolas Graves
* gnu/packages/openstack.scm (python-keystoneauth1): Update to 5.11.1. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Refresh them. [propagated-inputs]: Replace python-os-service-types by python-os-service-types-bootstrap. Add python-pbr, python-typing-extensions. [native-inputs]: Add python-setuptools, python-testtools, python-wheel. Remove python-pbr. Change-Id: I81ff4d755b81463de2d53561e99b251b4dd5e65e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: Add python-oslotest-bootstrap.Nicolas Graves
* gnu/packages/openstack.scm (python-oslotest-bootstrap): New variable. Change-Id: Iacd0fcc04710f7d7cbead4a301fab31ff30ae16f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslotest: Update to 5.0.1.Nicolas Graves
* gnu/packages/openstack.scm (python-oslotest): Update to 5.0.1. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Remove python-six. [native-inputs]: Add python-coverage, python-debtcollector, python-oslo-config, python-stestr, python-setuptools, python-wheel. Change-Id: I58c7cc5b0d574f6e0ee1ef1adf005de76f058106 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslosphinx: Remove some inputs.Nicolas Graves
* gnu/packages/openstack.scm (python-oslosphinx): [arguments]<#:phases>: Refresh 'check phase. [native-inputs]: Remove python-hacking, python-reno. Change-Id: Ia44e198355ded960f26b966c823919c3f9b8c830 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-reno: Remove some inputs.Nicolas Graves
* gnu/packages/openstack.scm (python-reno): [native-inputs]: Remove python-openstackdocstheme. [propagated-inputs]: Remove python-packaging, python-pbr. Change-Id: Iaf11fc598567b176b0a1186abb3e5c34d579672c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslo-serialization: Switch to pyproject.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-serialization): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Refresh 'check phase replacement. [native-inputs]: Replace python-oslotest by its -bootstrap variant. Replace python-oslo-i18n by its -bootstrap variant. Change-Id: I87cbdf0c186ce6f3b25643b0bd476fe79d98f978 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslo-log: Switch to pyproject.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-log): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Replace 'check phase. [propagated-inputs]: Remove python-debtcollector, python-pbr. Replace python-oslo-i18n by its -bootstrap variant. [native-inputs]: Add python-setuptools, python-wheel. Replace python-oslotest by its -bootstrap variant. Replace python-pbr by its -next variant. Change-Id: I4dfce8a729a545c7979b18b26ce6257d717a9515 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: Add python-oslo-i18n-bootstrap.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-i18n-bootstrap): New variable. Change-Id: Id443cb554b4c3b98022feecdf4028975c415a650 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslo-i18n: Update to 6.5.1.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-i18n): Update to 6.5.1. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Remove them. [native-inputs]: Add python-coverage, python-debtcollector, python-oslo-config, python-oslotest, python-pbr, python-setuptools, python-stestr, python-testscenarios, python-wheel. Change-Id: Ia8bce961c150f2e2e19739bc8628b17113d9ccba Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslo-context: Switch to pyproject.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-context): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Refresh them. [native-inputs]: Add python-setuptools, python-wheel. Replace python-oslotest by python-oslotest-bootstrap. Remove python-hacking. Change-Id: I1e55cf963c76bb674a8d69fd4c52f58032e0bbf2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslo-concurrency: Update to 7.1.0.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-concurrency): Update to 7.1.0. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Disable them. <#:test-flags>: Disable failing tests. <#:phases>: Refresh them. Add 'check phase replacement. [native-inputs]: Add python-coverage, python-setuptools, python-wheel. Change-Id: Ic3fe6264b1203d832ba1647ce18647280e726f17 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-tempest-lib: Switch to pyproject.Nicolas Graves
* gnu/packages/openstack.scm (python-tempest-lib): [build-system]: Switch to pyproject-build-system. [arguments]: Improve style. [native-inputs]: Add python-setuptools, python-wheel. [propagated-inputs]: Remove python-six. Change-Id: I01cd34b6b5ce70ee93bffc09b470f295820fb743 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-tempest: Update to 42.0.0.Nicolas Graves
* gnu/packages/openstack.scm (python-tempest): Update to 42.0.0. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Add 'remove-failing-tests, refresh other phases. <#:test-flags>: Ignore failing tests. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I86baf0c1da0f8a332cd43d8c97fa1424f38af462 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: Add python-stevedore-bootstrap.Nicolas Graves
* gnu/packages/openstack.scm (python-stevedore-bootstrap): New variable. Change-Id: I3bde56d308b90bfa7a6509e4fd05c940aecd812f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-stevedore: Update to 5.4.1.Nicolas Graves
* gnu/packages/openstack.scm (python-stevedore): Update to 5.4.1. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Remove 'use-pbr-3, add 'relax-requirements and 'check replacement. [native-inputs]: Add python-coverage, python-setuptools, python-sphinx, python-stestr, python-wheel. Change-Id: I03d5ca986db923ceabe007d45448d60a9650efc1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-os-testr: Update to 3.0.0.Nicolas Graves
* gnu/packages/openstack.scm (python-os-testr): Update to 3.0.0. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Add 'relax-requirements phase. [native-inputs]: Add python-setuptools, python-wheel, python-ddt, python-oslotest, python-testscenarios. Change-Id: Icda2bb640078e765bad4f3d81b14a02c900122cc Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-os-service-types: Update to 1.8.0.Nicolas Graves
* gnu/packages/openstack.scm (python-os-service-types): Update to 1.8.0. [source]: Also improve style. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Add phases 'check and 'relax-requirements. [native-inputs]: Replace python-pbr by python-pbr-next. Add python-keystoneauth1, python-oslotest, python-pbr-next, python-requests-mock, python-setuptools, python-stestr, python-testscenarios, python-wheel. Change-Id: Iad9a3fa79ef7f345affe36d0f801582da33a7bfb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-debtcollector: Improve package.Nicolas Graves
* gnu/packages/openstack.scm (python-debtcollector): [arguments]<#:phases>: Add phase 'relax-requirements. [native-inputs]: Remove python-doc8, python-openstackdocstheme, python-reno. Change-Id: Ia4556fec88a47da787e42fb508e71f6e09028c38 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslo-utils: Update to 7.4.0.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-utils): Update to 7.4.0. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Disable failing tests. <#:phases>: Refresh 'check phase. [native-inputs]: Add python-setuptools, python-wheel, qemu-minimal. Replace python-oslotest by python-oslotest-bootstrap. [propagated-inputs]: Replace python-oslo-i18n by python-oslo-i18n-bootstrap. Add python-psutil, python-pyyaml, python-tzdata. Remove python-pytz. Change-Id: I45dcd14ffb037dff313ae39f9d9ab3d43d9fa692 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: Add python-os-service-types-bootstrap.Nicolas Graves
* gnu/packages/openstack.scm (python-os-service-types-bootstrap): New variable. Change-Id: Ib761aee3f62405b05d8f758068ef178b8b2536f4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-mox3: Switch to pyproject.Nicolas Graves
* gnu/packages/openstack.scm (python-mox3): [build-system]: Switch to pyproject-build-system. [arguments]: Improve style. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I2c9c7502897c335c4f950afed30ceb856b2ad20d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: Add python-cliff-bootstrap.Nicolas Graves
* gnu/packages/openstack.scm (python-cliff-bootstrap): New variable. * gnu/packages/check.scm (python-stestr)[propagated-inputs]: Replace python-cliff by python-cliff-boostrap. Change-Id: I9cc7271bb090127e28a56a8964a9b4cf42fbc800 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-cliff: Update to 4.10.0.Nicolas Graves
* gnu/packages/openstack.scm (python-cliff): Update to 4.10.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-coverage, python-fixtures, python-setuptools, python-sphinx-5, python-stestr, python-testscenarios, python-wheel. Remove python-pbr. [propagated-inputs]: Remove python-pyparsing. Change-Id: Iff4d8d3c5be32e844fde4e27cf2855baba582754 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslo-config: Enable tests and switch to pyproject.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-config): Update to 10.0.0. [build-system]: Switch to pyproject-build-system. [arguments]: Set <#:test-flags> and 'check phase replacement. [native-inputs]: Add list python-coverage, python-docutils, python-fixtures, python-mypy, python-oslo-log-bootstrap, python-oslotest-bootstrap, python-pbr, python-requests-mock, python-setuptools, python-sphinx, python-stestr, python-testscenarios, python-testtools, python-wheel. [propagated-inputs]: Remove python-debtcollector, reorder. Change-Id: I7ff62f081784a632ab80bd8d50e2de443f8781e7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslo-serialization: Update to 5.7.0.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-serialization): Update to 5.7.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. [propagated-inputs]: Remove python-pytz, python-pb. Add python-tzdata. Change-Id: Ib73f1a945ea1dd1766a18f41d0d02655ecddd46b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: Add python-oslo-log-bootstrap.Nicolas Graves
This partial package can only work in the context of the native-input of python-oslo-config. * gnu/packages/openstack.scm (python-oslo-log-bootstrap): New variable. Change-Id: Ie02c90ef64ad230072066f8ab00e1d0bde68d594 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslo-log: Update to 7.2.0.Nicolas Graves
* gnu/packages/openstack.scm (python-oslo-log): Update to 7.2.0. [propagated-inputs]: Remove python-pyinotify. [native-inputs]: Add python-coverage, python-eventlet, python-pbr. Change-Id: Id62051b481b94aaee8717ca0736de4ba44444fc0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-07-27gnu: python-oslosphinx: Switch to pyproject.Nicolas Graves
* gnu/packages/openstack.scm (python-oslosphinx): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Improve style. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ic03946b922712821b8de0654b17fc3749fd54f0d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-05-01gnu: Remove python-os-client-config.Sharlatan Hellseher
From upstream: os-client-config has been superceded by openstacksdk. While os-client-config will continue to exist, it is highly recommended that users transition to using openstacksdk directly, see <https://docs.openstack.org/os-client-config/latest/>. Fails to build, has no users in Guix. * gnu/packages/openstack.scm (python-os-client-config): Delete variable. Change-Id: I9bc823de7cf3d7425fbf62e52cf94a64bbceb7f8