diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-11-17 23:47:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-17 23:47:47 +0700 |
commit | 68739fe0fab2b3b6ad2542251cb3c50ebfd821c0 (patch) | |
tree | a3b67e1f94994e43f78177da72c1fa191cb5bd5c /python | |
parent | fe39bc68b6359682eb335bcbf5df268d8cf0ebc5 (diff) | |
download | slackbuilds-68739fe0fab2b3b6ad2542251cb3c50ebfd821c0.tar.gz |
python/python-clamd: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-clamd/README | 2 | ||||
-rw-r--r-- | python/python-clamd/python-clamd.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python-clamd/README b/python/python-clamd/README index 0f572300f1..20223a615c 100644 --- a/python/python-clamd/README +++ b/python/python-clamd/README @@ -3,5 +3,5 @@ Windows, Linux, MacOSX and other platforms. It requires a running instance of the clamd daemon. *NOTE* -Make sure that the Clamav daemon is running and that freshclam +Make sure that the Clamav daemon is running and that freshclam has been ran to use this python module. diff --git a/python/python-clamd/python-clamd.info b/python/python-clamd/python-clamd.info index 27fc41fb06..4fbc481272 100644 --- a/python/python-clamd/python-clamd.info +++ b/python/python-clamd/python-clamd.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/c/clamd/clamd-1.0.2.tar.gz" MD5SUM="637f1d44a60a511544b6bd0bcb817f8a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="clamav" +REQUIRES="clamav pysetuptools" MAINTAINER="Brenton Earl" EMAIL="brent@exitstatusone.com" |