diff options
-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="" |