diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 14:37:52 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 14:45:46 -0500 |
commit | ccae7ec462925b75fe1ff8b25172c851b9b6e876 (patch) | |
tree | 2818d60d7cb50f3f3d049f08b56da368716c1c74 /python | |
parent | 28148b550d6167eb1e187496fb17699b66ce0866 (diff) | |
download | slackbuilds-ccae7ec462925b75fe1ff8b25172c851b9b6e876.tar.gz |
python/thonny: Fixed dep info
Diffstat (limited to 'python')
-rw-r--r-- | python/thonny/thonny.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 184b56cf27..e2ad48929e 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/bb/0d/30ca6027bee7a992a7777b5a MD5SUM="81e943d4255179de9952a675c40d7f2d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash python-distro" +REQUIRES="python3-jedi python3-pylint pyserial mypy_extensions asttokens send2trash" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" |