summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-07-04 20:01:15 +0200
committerPellegrino Prevete2023-07-04 20:01:15 +0200
commit26bd26ee8cf568b07a7579738c62d47163f42f60 (patch)
tree14cee5c407311be02d37f85f3b88944484f5a27c
parenta266af42c30f4d70862d44b619501982dc93e2dd (diff)
downloadaur-26bd26ee8cf568b07a7579738c62d47163f42f60.tar.gz
remove checkdepends (for now)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 447f3fa6ab4d..9adbe039d495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = python2-packaging
url = https://github.com/pypa/packaging
arch = any
license = Apache
- checkdepends = python2-pytest
- checkdepends = python-pretend
makedepends = python2-setuptools
makedepends = python2-pyparsing
source = https://github.com/pypa/packaging/archive/20.9/python-packaging-20.9.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ab241f9aef2d..5777a044b28a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,6 @@ arch=('any')
url="https://github.com/pypa/${_name}"
license=('Apache')
makedepends=('python2-setuptools' 'python2-pyparsing')
-checkdepends=('python2-pytest' 'python-pretend')
source=("https://github.com/pypa/${_name}/archive/${pkgver}/${_pkgbase}-${pkgver}.tar.gz")
sha512sums=('fb71f1036cfaacbe94fdee663af31d6ad1960f73ecc95cba87b461c2d7d2ea90085853bb4682b146492d8c48f784b60ef082e3b1259269857166b143cd9a920b')