summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Craft2018-11-16 16:13:24 -0800
committerClayton Craft2018-11-16 16:13:24 -0800
commit13f2877717f5b2763698eb0864b26865007b66be (patch)
treeb1301ea2764e6f28210c0de751a4c8092e41cc10
parent530bb92e1fcb2588d5ae028aaaa0c59e74aff72c (diff)
downloadaur-13f2877717f5b2763698eb0864b26865007b66be.tar.gz
Remove unneeded depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efad4e695778..96ebbf206d25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
pkgbase = py-spy
pkgdesc = Sampling profiler for Python programs
pkgver = 0.1.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/benfred/py-spy
arch = x86_64
license = GPL3
makedepends = rust
makedepends = cargo
- depends = python
- depends = python-setuptools-rust
- depends = rust
provides = py-spy
conflicts = py-spy
source = py-spy-0.1.8.tar.gz::https://github.com/benfred/py-spy/archive/v0.1.8.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 11eae1d24ca5..f040137bb389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Clayton Craft <clayton at craftyguy dot net>
pkgname=py-spy
pkgver=0.1.8
-pkgrel=1
+pkgrel=2
pkgdesc="Sampling profiler for Python programs"
arch=('x86_64')
license=('GPL3')
url="https://github.com/benfred/py-spy"
-depends=('python' 'python-setuptools-rust' 'rust')
+depends=()
makedepends=('rust' 'cargo')
provides=('py-spy')
conflicts=('py-spy')