diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-05-04 05:19:50 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-05-18 20:46:15 +0100 |
commit | 1c28d35c342c487f7466b78e3da43a59485d40f3 (patch) | |
tree | d15a61d3a0192c78894bb68d171e8ef174100702 /python/parsel | |
parent | d0c3a97be245470edf1b82584eedf8ccde206b99 (diff) | |
download | slackbuilds-1c28d35c342c487f7466b78e3da43a59485d40f3.tar.gz |
python/parsel: Fixed deps.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/parsel')
-rw-r--r-- | python/parsel/parsel.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/parsel/parsel.info b/python/parsel/parsel.info index 4d06707428..8961cc8e7a 100644 --- a/python/parsel/parsel.info +++ b/python/parsel/parsel.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/5b/14/cf8c47e162885f42703442ab21e9c68 MD5SUM="c3539e78ec9f0efb720f304f8e539120" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="w3lib lxml cssselect" +REQUIRES="pytest-runner w3lib lxml cssselect" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |