mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
python311Packages.oslo-config: 9.4.0 -> 9.5.0
https://github.com/openstack/oslo.config/compare/9.4.0...9.5.0
This commit is contained in:
parent
f2002e51a2
commit
0ecfa2b921
@ -9,19 +9,20 @@
|
||||
pyyaml,
|
||||
requests,
|
||||
rfc3986,
|
||||
setuptools,
|
||||
stevedore,
|
||||
callPackage,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "oslo-config";
|
||||
version = "9.4.0";
|
||||
format = "setuptools";
|
||||
version = "9.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "oslo.config";
|
||||
inherit version;
|
||||
hash = "sha256-NbEaZhtgjttQMF2tkeTjCBnZDveUt9fbpb2LLvLrjA0=";
|
||||
hash = "sha256-qlAARIhrbFX3ZXfLWpNJKkWWxfkoM3Z2DqeFLMScmaM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -30,7 +31,9 @@ buildPythonPackage rec {
|
||||
rm test-requirements.txt
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
debtcollector
|
||||
netaddr
|
||||
oslo-i18n
|
||||
|
Loading…
Reference in New Issue
Block a user