summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0771fe36f0e0..cd3639fc2882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 41127793bc7c..2b87e84d6598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=()