diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-25 11:22:22 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:05 +0700 |
commit | a0ecd4923ac56020ffcde794b1ec2f64c0582d6b (patch) | |
tree | 311c239b813a0b82b01211dfe9d75b7e47f8818e /libraries | |
parent | abcdf44a503c115ad2de6ebd856ed478582b8dbf (diff) |
libraries/reportlab: Add missing dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/reportlab/reportlab.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/reportlab/reportlab.info b/libraries/reportlab/reportlab.info index 007cb5bc59ed8..bc7cbad8b93c3 100644 --- a/libraries/reportlab/reportlab.info +++ b/libraries/reportlab/reportlab.info @@ -7,6 +7,6 @@ MD5SUM="79d059e797c557aed4b40c68dd6c7eae \ 35d20e26490cb2a8646fab6276ac6a4c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python2-pillow" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" |