Date: Thursday, April 7, 2022 @ 07:10:10 Author: arojas Revision: 1182769
Add missing python-six dependency (FS#74382) Modified: python-dictpath/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-07 06:49:08 UTC (rev 1182768) +++ PKGBUILD 2022-04-07 07:10:10 UTC (rev 1182769) @@ -3,12 +3,12 @@ pkgname=python-dictpath _pipname=dictpath pkgver=0.1.3 -pkgrel=1 +pkgrel=2 pkgdesc='Object-oriented dictionary paths' arch=(any) url='https://github.com/p1c2u/dictpath' license=(BSD) -depends=(python) +depends=(python-six) makedepends=(python-build python-installer python-setuptools python-wheel) checkdepends=(python-pytest-cov python-pytest-flake8) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
