diff options
author | systmkor <systmkor@gmail.com> | 2015-01-14 12:05:13 -0800 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-01-15 10:10:00 +0000 |
commit | 4d97902b5209e2347d8bcec581076f8c769321a3 (patch) | |
tree | f33cbe97bf18aba96e7e3c15af1573ee48edac8e /testing/py-scrapy | |
parent | 30488e2d8ac620ed52e1ca62a49e7614320093f2 (diff) | |
download | aports-4d97902b5209e2347d8bcec581076f8c769321a3.tar.bz2 aports-4d97902b5209e2347d8bcec581076f8c769321a3.tar.xz |
testing/py-scrapy: fixed missing dependencies
When running the scrapy cli command part of the py-scrapy framework it
was crashing when py-cffi and py-cryptography packages weren't
installed. So it is now part of py-scrapy dependencies.
Diffstat (limited to 'testing/py-scrapy')
-rw-r--r-- | testing/py-scrapy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-scrapy/APKBUILD b/testing/py-scrapy/APKBUILD index dab60132c5..939957f1b9 100644 --- a/testing/py-scrapy/APKBUILD +++ b/testing/py-scrapy/APKBUILD @@ -4,12 +4,12 @@ pkgname=py-scrapy _pkgname="Scrapy" pkgver=0.24.4 -pkgrel=0 +pkgrel=1 pkgdesc="A fast high-level scraping and web crawling framework." url="http://scrapy.org/" arch="noarch" license="BSD" -depends="python py-twisted libxml2 py-w3lib py-lxml py-six py-queuelib py-cssselect py-openssl" +depends="python py-twisted libxml2 py-w3lib py-lxml py-six py-queuelib py-cssselect py-openssl py-cryptography py-cffi" depends_dev="" makedepends="python-dev py-setuptools" install="" |