summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")