diff --git a/BioArchLinux/python-pairwisedist/PKGBUILD b/BioArchLinux/python-pairwisedist/PKGBUILD index 1e1c1cf872..17b62d3abb 100644 --- a/BioArchLinux/python-pairwisedist/PKGBUILD +++ b/BioArchLinux/python-pairwisedist/PKGBUILD @@ -16,9 +16,10 @@ depends=( ) makedepends=( 'python-setuptools' - 'python-installer' - 'python-pytest-runner' + 'python-installer' + 'python-pip' ) + # 'python-pytest-runner' source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz") md5sums=('7fb70febbac6a6b35584ab4c30e41f39')