Unverified Commit b422dd62 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

python3.pkgs.tempora: no longer compatible with python2

parent 01531115
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ lib, buildPythonPackage, fetchPypi
, setuptools_scm, pytest, pytest-freezegun, freezegun, backports_unittest-mock
, six, pytz, jaraco_functools }:
, six, pytz, jaraco_functools, pythonOlder }:

buildPythonPackage rec {
  pname = "tempora";
@@ -11,6 +11,8 @@ buildPythonPackage rec {
    sha256 = "e370d822cf48f5356aab0734ea45807250f5120e291c76712a1d766b49ae34f8";
  };

  disabled = pythonOlder "3.2";

  nativeBuildInputs = [ setuptools_scm ];

  patches = [