summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2017-01-04 22:35:17 -0500
committerWilliam Turner2017-01-04 22:35:17 -0500
commitbbaf5e06abb2e3f12055b0b6db2fef8f8bb263dd (patch)
tree03483563b7fef967b4451538dd50d4c93a18c9e9
parent9a115ff1f496d2b067335c54e6d80b214ec364ed (diff)
downloadaur-bbaf5e06abb2e3f12055b0b6db2fef8f8bb263dd.tar.gz
Removes empty depends array
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b7c732c359b..845999e8d472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgdesc='A library for the calculation of piecewise linear interpolations in n-d
arch=('any')
url='https://github.com/LettError/MutatorMath'
license=('BSD')
-depends=('')
makedepends=('python-pip' 'python2-pip')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/py2.py3/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}-py2.py3-none-any.whl")