python/dfvfs: Removed the optional dependency pysetuptools.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
3063686ce4
commit
30c75f9d8e
|
@ -13,9 +13,9 @@ sleuthkit (a requirement for pytsk), it is a REQUIRED option for the sleuthkit
|
|||
when building dfvfs. Do NOT rely on automated tools to properly order your
|
||||
dependancies.
|
||||
|
||||
REQUIRES="[six] construct [pysetuptools] [python-gflags] [python-dateutil]
|
||||
[pytz] protobuf libbde libewf libqcow libsigscan libsmdev libsmraw libvhdi
|
||||
libvmdk libvshadow [sleuthkit] pytsk"
|
||||
REQUIRES="[six] construct [python-gflags] [python-dateutil] [pytz] protobuf
|
||||
libbde libewf libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow
|
||||
[sleuthkit] pytsk"
|
||||
|
||||
Supported:
|
||||
|
||||
|
|
Loading…
Reference in New Issue