Skip to content

Commit

Permalink
python3Packages.pytrends: disable python2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Aug 15, 2020
1 parent b7be00a commit 898f945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pytrends/default.nix
@@ -1,6 +1,7 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, isPy27
, requests
, lxml
, pandas
Expand All @@ -9,6 +10,7 @@
buildPythonPackage rec {
pname = "pytrends";
version = "4.7.3";
disabled = isPy27; # python2 pandas is too old

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit 898f945

Please sign in to comment.