diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 23:00:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 09:49:42 +0700 |
commit | 62813967fc0e1401419e1e0d34d21cd809cf0dc0 (patch) | |
tree | a91e913a5791b90d1eefb4c2867a2202761c0f1f | |
parent | 172abb5c54779cd378ab9e496ce2792d0c49277c (diff) |
python/hg-git: Updates REQUIRES for python3-dulwich
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/hg-git/hg-git.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/hg-git/hg-git.info b/python/hg-git/hg-git.info index d87bb815a632..2627c99df2c1 100644 --- a/python/hg-git/hg-git.info +++ b/python/hg-git/hg-git.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/d5/6b/e2eaef3ab80fc6dc5c97a669a182d12 MD5SUM="acc85158cd576de45f11343c7a4f8773" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="dulwich" +REQUIRES="python3-dulwich" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |