toot, add missing runtime dependency click_python310 (#10270)

This commit is contained in:
Schrijvers Luc
2024-03-29 15:59:17 +01:00
committed by GitHub
parent 6ed4278fbc
commit 488c8c84f3

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Toot is a CLI and TUI tool for interacting with Mastodon instances
HOMEPAGE="https://github.com/ihabunek/toot"
COPYRIGHT="Ivan Habunek and contributors."
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/ihabunek/toot/archive/refs/tags/$portVersion.zip"
CHECKSUM_SHA256="47310c992e1c6a0f4dbf508e7a40413661fc108759c9efeb0a8d0c87e91f69f0"
@@ -20,6 +20,7 @@ REQUIRES="
haiku
cmd:python$pythonVersion
beautifulsoup4_$pythonPackage
click_$pythonPackage
requests_$pythonPackage
tomlkit_$pythonPackage
urwid_$pythonPackage