summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f466e460b96..9ec86c1e3658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = virtualfish
makedepends = python-poetry-core
depends = fish
depends = python-packaging
- depends = python-pkgconfig
depends = python-psutil
depends = python-virtualenv
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 291c017fb8df..c26f5a696579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
url=https://github.com/justinmayer/virtualfish
license=("MIT")
-depends=("fish" "python-packaging" "python-pkgconfig" "python-psutil" "python-virtualenv" "python-setuptools")
+depends=("fish" "python-packaging" "python-psutil" "python-virtualenv" "python-setuptools")
makedepends=("python-build" "python-wheel" "python-installer" "python-poetry-core")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('f507d8cd281cb1c1ebf6021fc18ac20a85d8afbfc5ea4fe8eb0a3f54349bc9ba')