[arch-commits] Commit in python-jaraco.path/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Mar 17 12:10:13 UTC 2021


    Date: Wednesday, March 17, 2021 @ 12:10:13
  Author: felixonmars
Revision: 893339

fix missing makedep on python-toml (FS#70030)

Modified:
  python-jaraco.path/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 12:09:18 UTC (rev 893338)
+++ PKGBUILD	2021-03-17 12:10:13 UTC (rev 893339)
@@ -8,7 +8,7 @@
 license=('MIT')
 arch=('any')
 depends=('python-jaraco')
-makedepends=('python-setuptools-scm')
+makedepends=('python-setuptools-scm' 'python-toml')
 checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
               'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy')
 source=("https://github.com/jaraco/jaraco.path/archive/v$pkgver/$pkgname-$pkgver.tar.gz")



More information about the arch-commits mailing list