summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2016-12-16 02:18:52 +0100
committerJosip Ponjavic2016-12-16 02:18:52 +0100
commitb745ceb718299ac571d96a1cbdace42c361e9823 (patch)
tree7bb5657644e5a89fb5e107808284b82a8748ef0b
parentb4c5ac97de8ac0eb12718c7c090791df935c33d9 (diff)
downloadaur-b745ceb718299ac571d96a1cbdace42c361e9823.tar.gz
fix...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a143906b52be..dce4e4af347e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = streamlink-git
arch = any
license = BSD
checkdepends = python-mock
- checkdepends = python-pytest-cov
+ checkdepends = python-pytest
makedepends = git
makedepends = python-sphinx
depends = python-pycryptodome
diff --git a/PKGBUILD b/PKGBUILD
index a16078298689..3ae559ec7f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://streamlink.github.io/'
license=('BSD')
depends=('python-pycryptodome' 'python-requests' 'python-setuptools' 'rtmpdump')
-checkdepends=('python-mock' 'python-pytest-cov')
+checkdepends=('python-mock' 'python-pytest')
makedepends=('git' 'python-sphinx')
optdepends=('python-librtmp: Required by the ustreamtv plugin to be able to use non-mobile streams.')
provides=('streamlink')