1 { lib, buildPythonPackage, fetchPypi
2 , case, pytest, pythonOlder }:
4 buildPythonPackage rec {
8 disable = pythonOlder "2.7";
11 inherit pname version;
12 sha256 = "7d3b1624a953da82ef63462013bbd271d3eb75751489f9807598e8f340bd637e";
15 buildInputs = [ case pytest ];
18 description = "Python promises";
19 homepage = "https://github.com/celery/vine";
20 license = licenses.bsd3;