summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 644a5ecd18a3..a8cc398a9440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = molecule-goss
license = MIT
makedepends = python
makedepends = python-pip
+ depends = python
+ depends = molecule
source = https://files.pythonhosted.org/packages/source/m/molecule-goss/molecule-goss-1.1.tar.gz
sha256sums = 1ff06e6c516c3700f73359a9aaafc36e56feb1886846d7ebd519b3bb10584169
diff --git a/PKGBUILD b/PKGBUILD
index 9455d0dab738..07a2950f5b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=(any)
url="https://github.com/ansible-community/molecule-goss"
license=(MIT)
makedepends=("python" "python-pip")
+depends=("python" "molecule")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('1ff06e6c516c3700f73359a9aaafc36e56feb1886846d7ebd519b3bb10584169')
build() {