diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-07-13 18:30:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-17 07:49:40 +0700 |
commit | 30c75f9d8ed9437e82f9aada32a3cf7cbba9f15d (patch) | |
tree | f20c0dcbe6320fbca47a3d12673745f68a442f72 | |
parent | 3063686ce430e4da399b7d6d2d082f6750a4a450 (diff) | |
download | slackbuilds-30c75f9d8ed9437e82f9aada32a3cf7cbba9f15d.tar.gz |
python/dfvfs: Removed the optional dependency pysetuptools.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | python/dfvfs/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/dfvfs/README b/python/dfvfs/README index dc49626dcd..bf75e927b2 100644 --- a/python/dfvfs/README +++ b/python/dfvfs/README @@ -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: |