From 9c9e58da340b57f15a415cfb5d31b7035e97c94c Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Thu, 20 Apr 2023 10:56:04 +0000
Subject: [PATCH] community/py3-pytest-subtests: fix depends, split -pyc

---
 community/py3-pytest-subtests/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/community/py3-pytest-subtests/APKBUILD b/community/py3-pytest-subtests/APKBUILD
index d5f15cf4e3c5..bda4591532a6 100644
--- a/community/py3-pytest-subtests/APKBUILD
+++ b/community/py3-pytest-subtests/APKBUILD
@@ -2,14 +2,15 @@
 # Maintainer: Jacek Pruciak <alpine@juniorjpdj.pl>
 pkgname=py3-pytest-subtests
 pkgver=0.10.0
-pkgrel=0
+pkgrel=1
 pkgdesc="pytest plugin for subTest() support and subtests fixture"
 url="https://github.com/pytest-dev/pytest-subtests/"
 arch="noarch"
 license="MIT"
-depends="python3 py3-pytest"
+depends="python3 py3-attrs py3-pytest"
 makedepends="py3-setuptools py3-setuptools_scm"
 checkdepends="py3-pytest-xdist"
+subpackages="$pkgname-pyc"
 source="https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-$pkgver.tar.gz"
 builddir="$srcdir/pytest-subtests-$pkgver"
 
-- 
GitLab