python.pkgs.arrow: fix python 2 build
This commit is contained in:
parent
c3754a785f
commit
340cadd97d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user