summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Treinish2020-12-06 11:18:51 -0500
committerMatthew Treinish2020-12-06 11:18:51 -0500
commitb2a48c36a03894571737d5795ed08b86fb714463 (patch)
tree4aca67504047db7f7255ae67a7f8ba920472c6dc
parentc1e9ed1f11101dec73ee272eceeedf7b963e4740 (diff)
downloadaur-b2a48c36a03894571737d5795ed08b86fb714463.tar.gz
Remove python-pip from makedepends list
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a3235d4d4c9..a74a22062496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-retworkx
pkgdesc = A python graph library implemented in Rust.
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Qiskit/retworkx
arch = x86_64
license = Apache
makedepends = python-setuptools-rust
- makedepends = python-pip
makedepends = rust
depends = python
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 127ca3e0f6ab..e730d7fb1da2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_name=retworkx
pkgname=python-retworkx
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="A python graph library implemented in Rust."
url="https://github.com/Qiskit/retworkx"
license=('Apache')
arch=('x86_64')
depends=('python' 'python-numpy')
-makedepends=('python-setuptools-rust' 'python-pip' 'rust')
+makedepends=('python-setuptools-rust' 'rust')
source=("https://pypi.io/packages/source/r/retworkx/retworkx-$pkgver.tar.gz")
sha512sums=('f4e7b83096d21f265ac6572a6f122539ac1d118a79ebded637ba3231719c633cdae5171394558d8b4f439b35c315e5d3f8e5f84489ae6063cd7f71019345f67c')