summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33e0e47f7e16..b66cb5dd04d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = virtualfish
url = https://github.com/justinmayer/virtualfish
arch = any
license = MIT
+ makedepends = python-setuptools
depends = fish>=3.1
depends = python>=3.6.2
depends = python-packaging>=21.3
diff --git a/PKGBUILD b/PKGBUILD
index f02ba38beaa2..df0aed3df972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=("any")
url=https://github.com/justinmayer/virtualfish
license=("MIT")
depends=("fish>=3.1" "python>=3.6.2" "python-packaging>=21.3" "python-pkgconfig>=1.5" "python-psutil>=5.7" "python-virtualenv>=20")
+makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('c8e256586d7a45ca461134a18d2fecfb7df7d32c104e9bd84d82570c6ef2ac3e')