diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-22 08:14:44 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:22 +0700 |
commit | 5b3b4bc00024d3b8fa5454e4813c12a2f9c13f0a (patch) | |
tree | acf332bdaa0393821afdd3bf0f7203ea9ad4041f /system/uhd/uhd.info | |
parent | 8a8cfadf6a2b130fe872406327714c06c521c23c (diff) | |
download | slackbuilds-5b3b4bc00024d3b8fa5454e4813c12a2f9c13f0a.tar.gz |
system/uhd: Fixed python2-cheetah dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/uhd/uhd.info')
-rw-r--r-- | system/uhd/uhd.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/uhd/uhd.info b/system/uhd/uhd.info index eb7e54b421..d5579e72c0 100644 --- a/system/uhd/uhd.info +++ b/system/uhd/uhd.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/EttusResearch/uhd/archive/release_003_009_007.tar.g MD5SUM="3f024ac4d536a8aaf1ad66617deda941" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-cheetah" +REQUIRES="python2-cheetah" MAINTAINER="Georgi Kolev" EMAIL="shadowx@escom.bg" |