mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python3Packages.itunespy: does not depend on mypy
This commit is contained in:
parent
750aebe3dc
commit
a42b017bdc
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub, requests, pycountry, mypy }:
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, requests, pycountry }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "itunespy";
|
||||
|
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||
sha256 = "0yc3az5531qs8nbcw4rhgrszwczgy4bikfwfar7xb2044360sslw";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ requests pycountry mypy ];
|
||||
propagatedBuildInputs = [ requests pycountry ];
|
||||
|
||||
# This module has no tests
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue