Anthony ROUSSEL
2024-08-26 19:41:00 +02:00
parent 7e8726472d
commit 2d93badd41
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "oslo-i18n";
version = "6.3.0";
version = "6.4.0";
pyproject = true;
src = fetchPypi {
pname = "oslo.i18n";
inherit version;
hash = "sha256-ZKJR7e+L8bsdTm9403fhSdTxXBqSRd538XIBbaYmdEQ=";
hash = "sha256-ZuBMBB6f8X0H4T7H9IKV+8NhaRQ8csojUqPvzJjntgg=";
};
postPatch = ''
@@ -26,7 +26,7 @@ buildPythonPackage rec {
rm test-requirements.txt
'';
nativeBuildInputs = [
build-system = [
pbr
setuptools
];