diff options
author | Patrick Armengol | 2022-11-29 12:20:24 +0000 |
---|---|---|
committer | Patrick Armengol | 2022-11-29 12:20:24 +0000 |
commit | cdf92d0b6fc11be597c5794ad009ce7833c909a6 (patch) | |
tree | 0ffafc320051bac4b76069ee6de2feff1a1e9e26 | |
parent | 1a6ba682e9225db4662f725e00da709fb0fa183c (diff) | |
download | aur-cdf92d0b6fc11be597c5794ad009ce7833c909a6.tar.gz |
upgpkg: python-hatchling-git 1.11.1.r43.g15a583af-1
remove pytest from checkdepends
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,6 @@ pkgbase = python-hatchling-git url = https://hatch.pypa.io/latest/ arch = any license = MIT - checkdepends = python-pytest makedepends = git makedepends = python-build makedepends = python-installer @@ -11,7 +11,7 @@ license=('MIT') groups=() depends=('python-editables' 'python-packaging' 'python-pathspec' 'python-pluggy' 'python-tomli') makedepends=('git' 'python-build' 'python-installer' 'python-wheel') -checkdepends=('python-pytest') +checkdepends=() optdepends=() provides=('python-hatchling') conflicts=('python-hatchling') # the python-hatchling community package is missing a provides |