[arch-commits] Commit in python-junit-xml/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Thu May 14 07:01:58 UTC 2020
Date: Thursday, May 14, 2020 @ 07:01:55
Author: yan12125
Revision: 627858
upgpkg: python-junit-xml 1.9-2; fix building with --nocheck
which happens on https://tests.reproducible-builds.org/archlinux/
Modified:
python-junit-xml/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-14 06:57:33 UTC (rev 627857)
+++ PKGBUILD 2020-05-14 07:01:55 UTC (rev 627858)
@@ -4,13 +4,13 @@
# The commit that bumps version in setup.py
_commit=19d3cc333d35dfd2d17d75c506336c15e5c6685a
pkgver=1.9
-pkgrel=1
+pkgrel=2
pkgdesc='A Python module for creating JUnit XML test result documents'
arch=(any)
url='https://github.com/kyrus/python-junit-xml'
license=(MIT)
depends=(python python-six)
-makedepends=(git)
+makedepends=(python-setuptools git)
checkdepends=(python-pytest)
# There are neither tags nor PyPI source tarball...
# https://github.com/kyrus/python-junit-xml/issues/68
More information about the arch-commits
mailing list