Package Details: taps 1.1.0-1

Git Clone URL: https://aur.archlinux.org/taps.git (read-only, click to copy)
Package Base: taps
Description: True Arch package security - audit your system and query packages
Upstream URL: https://github.com/Vimru/taps
Keywords: packages python security
Licenses: GPL3
Submitter: l4tt3
Maintainer: l4tt3
Last Packager: l4tt3
Votes: 3
Popularity: 0.000000
First Submitted: 2019-12-24 20:41 (UTC)
Last Updated: 2020-04-23 14:42 (UTC)

Latest Comments

yochananmarqos commented on 2019-12-24 23:37 (UTC) (edited on 2019-12-24 23:47 (UTC) by yochananmarqos)

I received this error:

$ taps audit
Traceback (most recent call last):
  File "/usr/sbin/taps", line 8, in <module>
    from taps.text_format import printColor
  File "/usr/lib/python3.8/site-packages/taps/text_format.py", line 1, in <module>
    import colorful
ModuleNotFoundError: No module named 'colorful'

Turns out this needs python-colorful as a dependency. python-setuptools should be a build dependency, not a runtime dependency.