summaryrefslogtreecommitdiffstats
path: root/testing/py-hackernews
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-22 08:05:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-22 08:23:17 +0000
commitdb993980d610acee84370665e378e0cfa28f8f4d (patch)
tree1b57a770e21baf849ffb00f99399da0fcc3ebabd /testing/py-hackernews
parenta3066ea9d7b62b94ac3dbbb25418418a0c0341d3 (diff)
downloadaports-db993980d610acee84370665e378e0cfa28f8f4d.tar.bz2
aports-db993980d610acee84370665e378e0cfa28f8f4d.tar.xz
testing/py-hackernews: fix typo in depends
Diffstat (limited to 'testing/py-hackernews')
-rw-r--r--testing/py-hackernews/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-hackernews/APKBUILD b/testing/py-hackernews/APKBUILD
index 276791d64..f31fdfb72 100644
--- a/testing/py-hackernews/APKBUILD
+++ b/testing/py-hackernews/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Python API for Hacker News"
url="https://github.com/thekarangoel/HackerNewsAPI/"
arch="noarch"
license="MIT"
-depends="python py-requests py-beautifulsoup4"
+depends="python py-requests py-beautifulsoup"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""