Unverified Commit 020c7959 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

python3Packages.sopel: remove superfluous pythonOlder

parent 97a0f1fa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  praw,
  pyenchant,
  pytestCheckHook,
  pythonOlder,
  pytz,
  sqlalchemy,
  xmltodict,
@@ -23,7 +22,7 @@ buildPythonPackage rec {
  version = "8.0.4";
  pyproject = true;

  disabled = isPyPy || pythonOlder "3.7";
  disabled = isPyPy;

  src = fetchPypi {
    inherit pname version;