Date: Sunday, January 26, 2020 @ 11:38:47 Author: dvzrv Revision: 555671
upgpkg: python-publicsuffix2 2.20191221-1: Adding python-publicsuffix2 2.20191221. Removing python-requests as it's not required during build (lists are *not* downloaded but are bundled with the tarball already). Modified: python-publicsuffix2/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-26 11:00:22 UTC (rev 555670) +++ PKGBUILD 2020-01-26 11:38:47 UTC (rev 555671) @@ -10,7 +10,7 @@ url="https://github.com/nexB/python-publicsuffix2" license=('MIT' 'MPL2') depends=('python') -makedepends=('python-requests' 'python-setuptools') +makedepends=('python-setuptools') checkdepends=('python-pytest') # tests are not included in pypi sdist tarball and bizarre tagging: # https://github.com/nexB/python-publicsuffix2/issues/12
