Skip to content

Commit 96d2e75

Browse files
r-ryantmSuperSandro2000
authored andcommitted
python3Packages.oslo-context: 5.7.1 -> 6.0.0
1 parent 5a4399c commit 96d2e75

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/oslo-context

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/oslo-context/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
lib,
33
buildPythonPackage,
44
fetchPypi,
5-
debtcollector,
65
oslotest,
76
stestr,
87
pbr,
98
setuptools,
9+
typing-extensions,
1010
}:
1111

1212
buildPythonPackage rec {
1313
pname = "oslo-context";
14-
version = "5.7.1";
14+
version = "6.0.0";
1515
pyproject = true;
1616

1717
src = fetchPypi {
1818
inherit version;
1919
pname = "oslo_context";
20-
hash = "sha256-DFEf4VNzKv8MGztEq9L1EAioPHB7uSm+4B4SVayWSIk=";
20+
hash = "sha256-FR6CKJgtOIXtP+0ojozdsm+JT7QMuBMhKfqeWz4O8L0=";
2121
};
2222

2323
postPatch = ''
@@ -29,8 +29,8 @@ buildPythonPackage rec {
2929
build-system = [ setuptools ];
3030

3131
dependencies = [
32-
debtcollector
3332
pbr
33+
typing-extensions
3434
];
3535

3636
nativeCheckInputs = [

0 commit comments

Comments
 (0)