Date: Sunday, January 1, 2023 @ 16:13:25
  Author: jelle
Revision: 1372789

upgpkg: python-pyblake2 1.1.2-7: Drop python-setuptools as dependency

Modified:
  python-pyblake2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-01 16:11:06 UTC (rev 1372788)
+++ PKGBUILD    2023-01-01 16:13:25 UTC (rev 1372789)
@@ -2,12 +2,13 @@
 
 pkgname=python-pyblake2
 pkgver=1.1.2
-pkgrel=6
+pkgrel=7
 pkgdesc='BLAKE2 hash function for Python'
 arch=('x86_64')
 url='https://pythonhosted.org/pyblake2'
 license=('custom')
-depends=('python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/p/pyblake2/pyblake2-${pkgver}.tar.gz";)
 sha256sums=('5ccc7eb02edb82fafb8adbb90746af71460fbc29aa0f822526fc976dff83e93f')
 

Reply via email to