summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2024-03-16 14:03:32 +0330
committerAmin Vakil2024-03-16 14:08:58 +0330
commit1f756baa6184e5798af9c519efe159fc67514683 (patch)
tree240681612dbed297004bf94712910d31b9800aa4 /PKGBUILD
parent9c007a8f0404bb24d1184bd69697eed64dc6eec6 (diff)
downloadaur-ansible-core-git.tar.gz
Remove python-straight.plugin from makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b013858617df..01cfad54bcdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ optdepends=('sshpass: for ssh connections with password'
'python-jmespath: json_query support'
'python-pip: for module to manage Python libarary dependencies'
'python-setuptools: for module to manage Python libarary dependencies')
-makedepends=('python-build' 'python-docutils' 'python-installer' 'python-setuptools' 'python-straight.plugin' 'python-wheel' 'git')
+makedepends=('python-build' 'python-docutils' 'python-installer' 'python-setuptools' 'python-wheel' 'git')
source=($pkgname::git+https://github.com/ansible/ansible.git)
sha512sums=('SKIP')