[arch-commits] Commit in python-sphinx_rtd_theme/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 9 12:36:06 UTC 2020
Date: Monday, November 9, 2020 @ 12:36:05
Author: felixonmars
Revision: 746878
add python2 to makedepend (for legacy npm script)
Modified:
python-sphinx_rtd_theme/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-09 12:35:23 UTC (rev 746877)
+++ PKGBUILD 2020-11-09 12:36:05 UTC (rev 746878)
@@ -11,7 +11,7 @@
url=https://github.com/readthedocs/sphinx_rtd_theme
license=('MIT')
depends=('python-setuptools' 'python-sphinx')
-makedepends=('npm')
+makedepends=('npm' 'python2')
source=("$url/archive/$pkgver/sphinx_rtd_theme-$pkgver.tar.gz")
sha512sums=('e5d3f653649f10bcbb953fa18fe79f2b8663da205cc6c6d4ee702789b86de19ac525065b214e3e419e0a34feda35e54b3abd5e82b2a5e657821675125dc9dfdc')
More information about the arch-commits
mailing list