python.pkgs.arrow: fix python 2 build

This commit is contained in:
Frederik Rietdijk 2018-01-03 14:33:50 +01:00
parent c3754a785f
commit 340cadd97d

View File

@ -18,6 +18,10 @@ buildPythonPackage rec {
checkInputs = [ nose chai simplejson ];
propagatedBuildInputs = [ dateutil backports_functools_lru_cache ];
postPatch = ''
substituteInPlace setup.py --replace "==1.2.1" ""
'';
meta = with stdenv.lib; {
description = "Python library for date manipulation";
license = "apache";