summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-01-11 14:50:12 -0500
committerCarlos Aznarán Laos2022-01-11 14:50:12 -0500
commit1af621c1773f58e99a2b657a91931cbf8d9518b4 (patch)
treef74cecfd6253e144b8e0e41fb90056975d47bf9d
parente773447ce1018d181dee160265e31ca07abc24c3 (diff)
downloadaur-1af621c1773f58e99a2b657a91931cbf8d9518b4.tar.gz
Is only required as one makedependency python-poetry-core
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e9049ddf364..e9b2678a3a83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-requests-cache
pkgdesc = Transparent persistent cache for http://python-requests.org library
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/reclosedev/requests-cache
arch = any
license = custom:BSD-2-clause
@@ -13,7 +13,7 @@ pkgbase = python-requests-cache
checkdepends = python-timeout-decorator
makedepends = python-build
makedepends = python-install
- makedepends = python-poetry
+ makedepends = python-poetry-core
depends = python-requests
depends = python-appdirs
depends = python-cattrs
diff --git a/PKGBUILD b/PKGBUILD
index e285aa4d838e..9b036b8f33b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@ _base=requests-cache
pkgname=python-${_base}
pkgdesc="Transparent persistent cache for http://python-requests.org library"
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/reclosedev/${_base}"
license=('custom:BSD-2-clause')
depends=(python-requests python-appdirs python-cattrs python-url-normalize)
-makedepends=(python-build python-install python-poetry)
+makedepends=(python-build python-install python-poetry-core)
optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
'python-botocore: Interface for Amazon Web Services'
'python-pymongo: Cache backend for MongoDB database'