diff options
author | Sebastian Reuße | 2017-11-14 22:21:20 +0100 |
---|---|---|
committer | Sebastian Reuße | 2017-11-14 22:21:20 +0100 |
commit | 26a02a6c2e4354666e83ee206c1ced7e81a9ccf4 (patch) | |
tree | 4782e5b041ac506e52d8f17aecda5622c8343c3a | |
parent | 4f6f97c5969db9d88612254b1587b16860dc8ee6 (diff) | |
download | aur-26a02a6c2e4354666e83ee206c1ced7e81a9ccf4.tar.gz |
Remove implied dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Tue Nov 14 21:18:20 UTC 2017 +# Tue Nov 14 21:21:20 UTC 2017 pkgbase = mypy-git pkgdesc = Optional static typing for Python pkgver = v0.520.r188.g51fe653f7 @@ -8,7 +8,6 @@ pkgbase = mypy-git arch = any license = MIT makedepends = git - depends = python depends = python-psutil depends = python-typed-ast provides = mypy @@ -7,7 +7,7 @@ pkgdesc="Optional static typing for Python" arch=(any) url=http://www.mypy-lang.org license=(MIT) -depends=(python python-psutil python-typed-ast) +depends=(python-psutil python-typed-ast) makedepends=(git) provides=(mypy) conflicts=(mypy) |