Date: Sunday, September 8, 2019 @ 15:35:47
  Author: jelle
Revision: 508999

Missing build depends in python packages

Move python-pytest-runner to makedepends to avoid downloading eggs when running
makepkg with --nocheck.

Modified:
  python-keyutils/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-08 15:18:39 UTC (rev 508998)
+++ PKGBUILD    2019-09-08 15:35:47 UTC (rev 508999)
@@ -9,10 +9,11 @@
 arch=("x86_64")
 url="https://github.com/sassoftware/python-keyutils";
 license=("Apache")
-makedepends=("python" "python-setuptools"
-            "python2" "python2-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner"
-             "python2-pytest" "python2-pytest-runner")
+# python-pytest-runner in makedepends due to be set in setup_requires (which 
is wrong upstream)
+makedepends=("python" "python-setuptools" "python-pytest-runner"
+            "python2" "python2-setuptools" "python2-pytest-runner")
+checkdepends=("python-pytest"
+             "python2-pytest")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sassoftware/python-keyutils/archive/v$pkgver.tar.gz";)
 sha256sums=('a1a12891e618f1568d9a873c0990e17ff39abf11ba81b65e5dae3cd7ced63441')
 

Reply via email to