diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 08:05:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 08:23:17 +0000 |
commit | db993980d610acee84370665e378e0cfa28f8f4d (patch) | |
tree | 1b57a770e21baf849ffb00f99399da0fcc3ebabd /testing/py-hackernews | |
parent | a3066ea9d7b62b94ac3dbbb25418418a0c0341d3 (diff) | |
download | aports-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/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-hackernews/APKBUILD b/testing/py-hackernews/APKBUILD index 276791d64c..f31fdfb724 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="" |