git » python-jaraco.context.git » commit 51b9cbb

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

author Felix Yan
2021-03-17 12:05:28 UTC
committer Felix Yan
2021-03-17 12:05:28 UTC
parent 879e30ed10d7d19160b56fcd51c0c3d8297dd207

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

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 1516e26..04b82db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/jaraco/jaraco.context"
 license=('MIT')
 arch=('any')
 depends=('python-jaraco' 'python-yg.lockfile')
-makedepends=('python-setuptools-scm')
+makedepends=('python-setuptools-scm' 'python-toml')
 checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
               'python-pytest-flake8' 'python-pytest-mypy' 'python-jaraco.test')
 source=("https://github.com/jaraco/jaraco.context/archive/v$pkgver/$pkgname-$pkgver.tar.gz")