summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-13 13:46:24 +0100
committerFFY002018-07-13 13:46:24 +0100
commit6f3315c4e407997c1ce7aa55e31af7b55080df3a (patch)
tree2fac7111d2fa9e7ebb9eec25fe1253a6af31cc51
parente188fac27ead18cdfc15582cc09f9e8015476076 (diff)
downloadaur-6f3315c4e407997c1ce7aa55e31af7b55080df3a.tar.gz
pkgbuild: fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 0 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 107a026327ae..3655237e8e02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,6 @@ pkgbase = python-asynctest
url = https://github.com/Martiusweb/asynctest
arch = any
license = Apache
- makedepends = git
- depends = python-pyserial
- depends = python-pyusb
- provides = pylms7002m
- conflicts = pylms7002m
source = python-asynctest-0.12.2.tar.gz::https://github.com/Martiusweb/asynctest/archive/v0.12.2.tar.gz
sha256sums = 5506e9462d627dc533a407168fe82183623993a4e0336e5805caba75920eb579
diff --git a/PKGBUILD b/PKGBUILD
index 2773d346cafd..5bf4606d01f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,6 @@ pkgdesc="Enhance the standard unittest package with features for testing asyncio
arch=('any')
url="https://github.com/Martiusweb/asynctest"
license=('Apache')
-depends=('python-pyserial' 'python-pyusb')
-makedepends=('git')
-provides=('pylms7002m')
-conflicts=('pylms7002m')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('5506e9462d627dc533a407168fe82183623993a4e0336e5805caba75920eb579')