summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelixoid2017-02-07 21:31:50 +0300
committerfelixoid2017-02-07 21:31:50 +0300
commit3c7abc47402b3314ccec9e76aa41df5fcc6bc354 (patch)
tree02e7486c276971682baafcbd3b8ee047c41b9d1c
parent2b4ac85a42d4135a9eccfe42fa70ac6a68b19074 (diff)
downloadaur-3c7abc47402b3314ccec9e76aa41df5fcc6bc354.tar.gz
comment odd makedeps
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f344f4c21c86..907f82cada26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ pkgdesc='Python library for validating Python data structures.'
arch=('i686' 'x86_64')
url="https://github.com/keleshev/${_name}"
license=('MIT')
-makedepends=('python-setuptools' 'python-pytest' 'python2-setuptools' 'python2-pytest')
+makedepends=('python2-setuptools' 'python2-pytest')
+#makedepends=('python-setuptools' 'python-pytest' 'python2-setuptools' 'python2-pytest')
source=("https://pypi.python.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('b7494da450ce247fe8c7f2a8f9a73fbe5f1a634f64f734ce62aaba0708d76f0f')