Date: Sunday, November 6, 2022 @ 09:26:43 Author: alucryd Revision: 1342727
python-reflink 0.2.1-4: remove python-pip from makedeps Modified: python-reflink/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-06 09:20:12 UTC (rev 1342726) +++ PKGBUILD 2022-11-06 09:26:43 UTC (rev 1342727) @@ -2,7 +2,7 @@ pkgname=python-reflink pkgver=0.2.1 -pkgrel=3 +pkgrel=4 pkgdesc='Reflink support for Python' arch=(x86_64) url=https://gitlab.com/rubdos/pyreflink @@ -10,8 +10,9 @@ depends=(python-cffi) makedepends=( git - python-pip + python-pytest-runner python-setuptools + python-wheel ) _tag=48a3a3e6212e40eb44da47db9cbcb2e2c8306d50 source=(git+https://gitlab.com/rubdos/pyreflink.git#tag=${_tag})
