From b14e978c7dde5212f81f05292cb86668c06e2a69 Mon Sep 17 00:00:00 2001
From: Iztok Fister Jr <iztok@iztok-jr-fister.eu>
Date: Sun, 15 Oct 2023 18:52:52 +0000
Subject: [PATCH] community/py3-kallisto: remove unused check dependency

---
 community/py3-kallisto/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/py3-kallisto/APKBUILD b/community/py3-kallisto/APKBUILD
index ac698bbc7565..e157e156fd28 100644
--- a/community/py3-kallisto/APKBUILD
+++ b/community/py3-kallisto/APKBUILD
@@ -2,14 +2,14 @@
 # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
 pkgname=py3-kallisto
 pkgver=1.0.10
-pkgrel=0
+pkgrel=1
 pkgdesc="Efficiently calculate 3D-atomic/molecular features for quantitative structure-activity relationship approaches"
 url="https://github.com/AstraZeneca/kallisto"
 arch="noarch"
 license="Apache-2.0"
 depends="python3 py3-click py3-numpy py3-scipy"
 makedepends="py3-poetry-core py3-gpep517 py3-wheel"
-checkdepends="python3-dev py3-pytest py3-pytest-runner"
+checkdepends="py3-pytest py3-pytest-runner"
 subpackages="$pkgname-pyc"
 source="https://github.com/AstraZeneca/kallisto/archive/v$pkgver/kallisto-$pkgver.tar.gz
 	poetry.patch
-- 
GitLab