summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-11-11 17:05:47 -0600
committerLuis Martinez2021-11-11 17:05:47 -0600
commitc6d64a263132b12a3a5b0503c4688912192452fe (patch)
treee30fc468f4590f5985d4e127e1a30d0fd68e35e8 /PKGBUILD
parentc1a7b60a8f4ecd80b2b733f348181c11a1eb748e (diff)
downloadaur-c6d64a263132b12a3a5b0503c4688912192452fe.tar.gz
remove versioned dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 770382eb81ba..da32d04219d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,13 @@
pkgname=python-coveralls
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python integration with coveralls.io"
url="https://github.com/thekevjames/coveralls-python"
arch=('any')
license=('MIT')
-depends=(
- 'python-coverage>=4.1'
- 'python-coverage<7.0'
- 'python-docopt>=0.6.1'
- 'python-requests>=1.0.0'
- 'python')
-optdepends=('python-yaml>=3.10')
+depends=('python-coverage' 'python-docopt' 'python-requests')
+optdepends=('python-yaml')
makedepends=('python-setuptools')
checkdepends=('git' 'python-mock' 'python-pytest' 'python-responses')
changelog=CHANGELOG.md