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 f01c203960cd..ec85c680d068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = ansible-core-git
makedepends = python-docutils
makedepends = python-installer
makedepends = python-setuptools
- makedepends = python-straight.plugin
makedepends = python-wheel
makedepends = git
depends = python
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')