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

Eli Schwartz eschwartz at archlinux.org
Mon Aug 6 04:33:23 UTC 2018


    Date: Monday, August 6, 2018 @ 04:33:22
  Author: eschwartz
Revision: 368451

Fix unstated makedepends downloading from PyPi in build()

Modified:
  python-pymediainfo/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-06 02:02:18 UTC (rev 368450)
+++ PKGBUILD	2018-08-06 04:33:22 UTC (rev 368451)
@@ -8,7 +8,7 @@
 arch=('any')
 url="https://github.com/sbraz/pymediainfo/"
 license=('MIT')
-makedepends=('mediainfo' 'python-setuptools' 'python2-setuptools')
+makedepends=('mediainfo' 'python-setuptools-scm' 'python2-setuptools-scm')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python2-pytest' 'python2-pytest-runner')
 source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
 sha512sums=('6ca616ac92f4e8ab71d8edcdd1208dc3dcf9a13f7c3dd2d401a4997c95222b4e559786678826f75b631c4c46913c9cb390126a5468714a7c417638d3a4468d32')



More information about the arch-commits mailing list