Date: Monday, January 15, 2018 @ 01:06:15 Author: anthraxx Revision: 282289
upgpkg: python-distro 1.2.0-1 Modified: python-distro/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-15 01:01:49 UTC (rev 282288) +++ PKGBUILD 2018-01-15 01:06:15 UTC (rev 282289) @@ -9,7 +9,8 @@ url='https://github.com/nir0s/distro' arch=('any') license=('Apache') -makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 'python2-sphinx') +makedepends=('python-setuptools' 'python-sphinx' 'python-idna' + 'python2-setuptools' 'python2-sphinx' 'python2-idna') checkdepends=('python-pytest' 'python2-pytest') options=('!makeflags') source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz) @@ -41,7 +42,7 @@ } package_python-distro() { - depends=('python' 'python-setuptools') + depends=('python' 'python-setuptools' 'python-idna') cd distro-${pkgver} python setup.py install -O1 --root="${pkgdir}" --skip-build install -Dm 644 build_docs/man/ld.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1" @@ -49,7 +50,7 @@ } package_python2-distro() { - depends=('python2' 'python2-setuptools') + depends=('python2' 'python2-setuptools' 'python2-idna') cd distro-${pkgver}-py2 python2 setup.py install -O1 --root="${pkgdir}" --skip-build install -Dm 644 build_docs/man/ld.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
