python3Packages.keystoneauth1: 5.3.0 -> 5.4.0

This commit is contained in:
Martin Weinelt
2023-12-20 20:44:30 +01:00
parent 2d6f5e9764
commit 3fbef26169
@@ -15,6 +15,7 @@
, requests
, requests-kerberos
, requests-mock
, setuptools
, six
, stestr
, stevedore
@@ -24,12 +25,12 @@
buildPythonPackage rec {
pname = "keystoneauth1";
version = "5.3.0";
format = "setuptools";
version = "5.4.0";
pyproject= true;
src = fetchPypi {
inherit pname version;
hash = "sha256-AXwrm1mUU8kpQHUO27IPF2hxIbKJARS/nTbfFKBicRc=";
hash = "sha256-GsE0FRzrAuULaK143smCG/if5TvTb8hlhQHEewfL31M=";
};
postPatch = ''
@@ -38,6 +39,10 @@ buildPythonPackage rec {
rm test-requirements.txt
'';
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
betamax
iso8601