mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.oslo-utils: add cryptography
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
setuptools,
|
||||
|
||||
# dependencies
|
||||
cryptography,
|
||||
debtcollector,
|
||||
iso8601,
|
||||
netaddr,
|
||||
@@ -63,6 +64,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
cryptography
|
||||
debtcollector
|
||||
iso8601
|
||||
netaddr
|
||||
|
||||
Reference in New Issue
Block a user