diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,8 @@ pkgbase = python-pfs url = https://github.com/stt-systems/parallel_foreach_submodule arch = any license = LGPL - makedepends = python-setuptools + makedepends = python-build + makedepends = python-installer options = !emptydirs source = https://files.pythonhosted.org/packages/source/p/pfs/pfs-0.6.1.tar.gz sha256sums = 9c1c344495ca225a2ff95f20f3919f287423a38c1d5457a5afb7334eb575a319 @@ -9,7 +9,7 @@ url="https://github.com/stt-systems/parallel_foreach_submodule" license=('LGPL') groups=() depends=() -makedepends=('python-setuptools') +makedepends=(python-build python-installer) provides=() conflicts=() replaces=() |