From 014494059d64e59af1a96665e4355ce840c00e91 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Fri, 7 May 2021 16:25:17 -0700 Subject: [PATCH] smscalls: add REQUIRES block to install lxml --- my/smscalls.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/my/smscalls.py b/my/smscalls.py index 4e02f3b..50e4b6c 100644 --- a/my/smscalls.py +++ b/my/smscalls.py @@ -3,6 +3,8 @@ Phone calls and SMS messages Exported using https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore&hl=en_US """ +REQUIRES = ['lxml'] + from .core import PathIsh, dataclass from my.config import smscalls as user_config