summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Zack2023-03-29 21:30:30 +1100
committerSimon Zack2023-03-29 21:30:30 +1100
commitf6fcff807b6b2cd61d672ac4b70a59a4d3c38ffc (patch)
tree58d1589da618530f1742717176ea6f0fcb7f1ff5
parentcefc8f4c1721ac2ce81c4f52a5ae92768c99cfa9 (diff)
downloadaur-f6fcff807b6b2cd61d672ac4b70a59a4d3c38ffc.tar.gz
remove `python-nose` dependency, as that's only for development
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc5d7479790..0b027eb9865a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = python-xdis
license = GPL2
makedepends = python-setuptools
depends = python-click
- depends = python-nose
depends = python-six
source = https://files.pythonhosted.org/packages/source/x/xdis/xdis-6.0.5.tar.gz
sha256sums = c591e10f9c362caf889048d8af8167233d31705119d4a967a2b939754ad9b6c1
diff --git a/PKGBUILD b/PKGBUILD
index 06958d8bd5ff..5cf2dd96735f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ url='https://github.com/rocky/python-xdis'
_url_pypi='https://pypi.org/project/xdis'
license=('GPL2')
depends=('python-click'
- 'python-nose'
'python-six')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")