summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-06-12 13:41:32 +0800
committerUniversebenzene2022-06-12 13:41:32 +0800
commit91abe59a42eac55c1f23bd6e48a0b4f0d4626e7a (patch)
treed8e25ebe0487c7cb4bcfeb973e5278445625f0a6
parent4038e04c7ed3cb539cf4c97c6a4391222f25e36d (diff)
downloadaur-91abe59a42eac55c1f23bd6e48a0b4f0d4626e7a.tar.gz
Remove py2-nose
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4427c0a73c35..e3daba7b73be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = python-stsci.convolve
arch = i686
arch = x86_64
license = BSD
- checkdepends = python2-nose
makedepends = python-setuptools
makedepends = python-numpy
makedepends = python-d2to1
diff --git a/PKGBUILD b/PKGBUILD
index 0e22eebe4ce6..1bdd3dbbeb3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python"
license=('BSD')
makedepends=('python-setuptools' 'python-numpy' 'python-d2to1' 'python-stsci.distutils')
-checkdepends=('python2-nose')
+#checkdepends=('python2-nose')
# 'python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/spacetelescope/stsci.convolve/master/LICENSE.txt")