1 { lib, fetchFromGitHub, buildPythonPackage, isPy27, click, redis }:
3 buildPythonPackage rec {
8 src = fetchFromGitHub {
12 sha256 = "0ikqmpq0g1qiqwd7ar1286l4hqjb6aj2wr844gihhb8ijzwhp8va";
15 # test require a running redis rerver, which is something we can't do yet
18 propagatedBuildInputs = [ click redis ];
21 description = "A simple, lightweight library for creating background jobs, and processing them";
22 homepage = "https://github.com/nvie/rq/";
23 maintainers = with maintainers; [ mrmebelman ];
24 license = licenses.bsd2;