control: tag -1 patch Hi,
I have verified that aff4 builds just fine if the "keepalive=0.5" line is removed from the requires.txt, so the extra python-keepalive package is not actually needed. Please consider adding the patch below. Thanks! Cheers, -Hilko diff --git a/requirements.txt b/requirements.txt index cdd0693..55ec214 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ rdflib>=4.0 -keepalive>=0.5

