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

Jelle van der Waa jelle at archlinux.org
Wed May 26 13:08:32 UTC 2021


    Date: Wednesday, May 26, 2021 @ 13:08:31
  Author: jelle
Revision: 946637

Cleanup of python-setuptools dependency for console scripts

Modified:
  python-crc16/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-26 13:04:06 UTC (rev 946636)
+++ PKGBUILD	2021-05-26 13:08:31 UTC (rev 946637)
@@ -2,11 +2,11 @@
 
 pkgname=python-crc16
 pkgver=0.1.1
-pkgrel=6
+pkgrel=7
 arch=(x86_64)
 pkgdesc='Python library for calculating CRC16'
 url="https://pypi.org/project/crc16/"
-depends=(python-setuptools python)
+depends=(python)
 license=('LGPL')
 options=(!emptydirs)
 source=(https://pypi.python.org/packages/source/c/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)



More information about the arch-commits mailing list