mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Merge pull request #118609 from yesbox/svtplay
svtplay-dl: Update crypto dependency
This commit is contained in:
commit
cc3878fd42
|
@ -4,7 +4,7 @@
|
|||
let
|
||||
|
||||
inherit (python3Packages)
|
||||
python nose pycrypto pyyaml requests mock python-dateutil setuptools;
|
||||
python nose cryptography pyyaml requests mock python-dateutil setuptools;
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "svtplay-dl";
|
||||
|
@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
|
|||
sha256 = "00pz5vv39qjsw67fdlj6942371lyvv368lc82z17nnh723ck54yy";
|
||||
};
|
||||
|
||||
pythonPaths = [ pycrypto pyyaml requests ];
|
||||
pythonPaths = [ cryptography pyyaml requests ];
|
||||
buildInputs = [ python perl nose mock python-dateutil setuptools ] ++ pythonPaths;
|
||||
nativeBuildInputs = [ gitMinimal zip makeWrapper ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue