aboutsummaryrefslogtreecommitdiff
path: root/python/python-magic/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-07-26 10:19:55 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-07-28 18:02:33 -0500
commit35a1af63e825175d29e4aa08c507b25d3335d5be (patch)
tree68a45eb96f3500a594493c05d8f3539fb6c33060 /python/python-magic/README
parent254c61e8499a67fe02a75bd996e5668ca12424f4 (diff)
python/python-magic: Autodetect python3.
It should be already available... Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-magic/README')
-rw-r--r--python/python-magic/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python-magic/README b/python/python-magic/README
index 8bc42186004a1..affb8833624f0 100644
--- a/python/python-magic/README
+++ b/python/python-magic/README
@@ -2,5 +2,4 @@ This module uses ctypes to access the libmagic file type identification
library. It makes use of the local magic database and supports both textual
and MIME-type output.
-Note: To install python3 bindings pass PYTHON3=yes to the slackbuild.
- # PYTHON3=yes ./python-magic.SlackBuild
+python3 is an optional dependency (autodetected).