mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-pairwisedist: fix dependencies
This commit is contained in:
parent
e9accf6cb7
commit
fd4a47311f
1 changed files with 3 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue