[arch-commits] Commit in python-keras-preprocessing/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Mon Jan 25 10:39:11 UTC 2021


    Date: Monday, January 25, 2021 @ 10:39:11
  Author: kgizdov
Revision: 829439

put python-setuptools in makedepends

Modified:
  python-keras-preprocessing/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 10:38:36 UTC (rev 829438)
+++ PKGBUILD	2021-01-25 10:39:11 UTC (rev 829439)
@@ -3,12 +3,13 @@
 _pkgname=Keras_Preprocessing
 pkgname=python-keras-preprocessing
 pkgver=1.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Preprocessing module of the Keras deep learning library"
 arch=('any')
 url="https://pypi.org/project/Keras-Preprocessing/"
 license=('MIT')
-depends=('python' 'python-setuptools' 'python-numpy')
+makedepends=('python-setuptools')
+depends=('python' 'python-numpy')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
 sha256sums=('add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3')
 



More information about the arch-commits mailing list