From 13f2877717f5b2763698eb0864b26865007b66be Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 16 Nov 2018 16:13:24 -0800 Subject: Remove unneeded depends --- .SRCINFO | 5 +---- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index efad4e6..96ebbf2 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 11eae1d..f040137 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Clayton Craft 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') -- cgit v1.2.3-70-g09d2