Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-testresources


Commits:
a0450699 by Jelle van der Waa at 2024-04-13T12:11:36+02:00
Add missing checkdepends on fixtures

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -2,13 +2,14 @@
 
 pkgname=python-testresources
 pkgver=2.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Testresources, a pyunit extension for managing expensive test 
resources"
 arch=('any')
 license=('Apache' 'BSD')
 url="https://launchpad.net/testresources";
 depends=('python')
 makedepends=('python-pbr' 'python-testtools')
+checkdepends=('python-fixtures')
 
source=("https://pypi.io/packages/source/t/testresources/testresources-$pkgver.tar.gz";)
 
sha512sums=('0b23432b019400fe378e957d14a91083eef7fe1130a494b567a5274d69e4e8e09ab75861e5453c3f217507e144cf179c908f84dd1a807992d4bee0b8d32cb0f4')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testresources/-/commit/a0450699abc39437b6e9d9c965e5aa9dc7d3d0eb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-testresources/-/commit/a0450699abc39437b6e9d9c965e5aa9dc7d3d0eb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to