summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-21 22:14:44 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:22 +0200
commit5b3b4bc00024d3b8fa5454e4813c12a2f9c13f0a (patch)
treeacf332bdaa0393821afdd3bf0f7203ea9ad4041f
parent8a8cfadf6a2b130fe872406327714c06c521c23c (diff)
downloadslackbuilds-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>
-rw-r--r--system/uhd/uhd.info2
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"