diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-22 12:48:12 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:24 +0700 |
commit | c82cdbdda0cb145b4a9e9e5790024402e11a3b18 (patch) | |
tree | 7c5d093fe2db29fdf8da95706be5a68cbd7cc095 /python/testpath | |
parent | 30564db412657b8188e320b1fb167387edf4120e (diff) |
python/testpath: Add python3-installer dependency.
This is needed because python/python3-flit_core no
longer declares python3-installer as a dep.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testpath')
-rw-r--r-- | python/testpath/testpath.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/testpath/testpath.info b/python/testpath/testpath.info index 7e003a9ef5452..4a66d656d9ec7 100644 --- a/python/testpath/testpath.info +++ b/python/testpath/testpath.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/t/testpath/testpath-0.6 MD5SUM="9fd4339f76da12d15bc718e4aa2566e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build python3-flit_core" +REQUIRES="python3-build python3-flit_core python3-installer" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |