python312Packages.keystoneauth1: 5.9.1 -> 5.10.0

This commit is contained in:
R. Ryantm
2025-02-26 23:27:48 +01:00
committed by Sandro Jäckel
parent 6caa7442e9
commit f5e4ed7656
@@ -27,20 +27,14 @@
buildPythonPackage rec {
pname = "keystoneauth1";
version = "5.9.1";
version = "5.10.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+wxm2ELVuWR1ImT/8gs7Src2ENZtm40g0Nz3lroJ3EM=";
hash = "sha256-NLhw27z4Bs21rsmEg7YoIKZWjTZOynsRdMpqi1qcd+0=";
};
postPatch = ''
# only a small portion of the listed packages are actually needed for running the tests
# so instead of removing them one by one remove everything
rm test-requirements.txt
'';
build-system = [ setuptools ];
dependencies =