[arch-commits] Commit in tensorboard/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Sep 5 18:41:04 UTC 2017


    Date: Tuesday, September 5, 2017 @ 18:41:03
  Author: svenstaro
Revision: 255890

We don't need setuptools in just makedeps anymore

Modified:
  tensorboard/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-05 18:40:34 UTC (rev 255889)
+++ PKGBUILD	2017-09-05 18:41:03 UTC (rev 255890)
@@ -10,7 +10,7 @@
 license=('APACHE')
 depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 'python-wheel' 'python-markdown'
          'python-html5lib' 'python-protobuf' 'python-tensorflow' 'python-setuptools')
-makedepends=('bazel' 'python-setuptools')
+makedepends=('bazel')
 source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz")
 sha512sums=('1d2f0a7f83160fd3ccc5b8ae78caf8f29ca0749a935e261f402f9d71c6e10cab87183a55145d16f10afd0d1ed353d5d1fed13063a92e33605f879344ff6c1706')
 



More information about the arch-commits mailing list