summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Gatto2024-01-23 15:45:48 +0100
committerMatthias Gatto2024-01-23 15:45:48 +0100
commit03362b6c931bafddf8b6dc3017139857a13a27cb (patch)
tree780519f665aa394c14136bc90065fca0733960f5
parentd5a3e024f3ce651d82ab9a03b1d4d958c7b0623b (diff)
downloadaur-03362b6c931bafddf8b6dc3017139857a13a27cb.tar.gz
remove pip dependancy
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c6f6604d1e4..53df36c754c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = osc-sdk-python
arch = any
license = BSD
makedepends = python-setuptools
- depends = python-pip
depends = python-ruamel-yaml
depends = python-requests
source = https://files.pythonhosted.org/packages/source/o/osc_sdk_python/osc_sdk_python-0.27.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 472e3fd843f0..bce49b881d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/outscale/osc-sdk-python'
license=(BSD)
makedepends=('python-setuptools')
-depends=(python-pip python-ruamel-yaml python-requests)
+depends=(python-ruamel-yaml python-requests)
_project=osc_sdk_python
source=("https://files.pythonhosted.org/packages/source/${_project::1}/$_project/$_project-$pkgver.tar.gz")