summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Tuz2024-05-04 11:09:18 +0200
committerŁukasz Tuz2024-05-04 11:17:47 +0200
commit2ab536c5585f8db79f72797b163cb352d928b161 (patch)
tree5b8e034853790d3b10f9f5ff7f587de4ed50908e
parent1ad065714044855ee0bff4188a223f69611d5a4b (diff)
downloadaur-python-aiohappyeyeballs.tar.gz
Adding python poetry to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aef4d46acdd0..0ffc182146b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-aiohappyeyeballs
pkgdesc = Python library that provides happy eyeballs algorithm for asyncio.
pkgver = 2.3.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/aio-libs/aiohappyeyeballs
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ depends = python
depends = python-poetry
source = https://files.pythonhosted.org/packages/source/a/aiohappyeyeballs/aiohappyeyeballs-2.3.2.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b8513b13d4a5..5cf0b197ea3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-aiohappyeyeballs
pkgver=2.3.2
-pkgrel=3
+pkgrel=4
pkgdesc="Python library that provides happy eyeballs algorithm for asyncio."
arch=('any')
url="https://github.com/aio-libs/aiohappyeyeballs"
license=('MIT')
depends=('python')
-depends=('python-poetry')
+depends+=('python-poetry')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/a/aiohappyeyeballs/aiohappyeyeballs-${pkgver}.tar.gz")
sha256sums=('SKIP')