diff options
author | Markus Koch | 2024-04-20 11:08:43 +0200 |
---|---|---|
committer | Markus Koch | 2024-04-20 11:08:43 +0200 |
commit | b11573ad36959f597837476d795141b3f9ba09ad (patch) | |
tree | b843cc97bfa91d82842b2fd43b344643676f1f75 | |
parent | ad3d7fe5f6268a3aac8632fda2de81f58b861b73 (diff) | |
download | aur-b11573ad36959f597837476d795141b3f9ba09ad.tar.gz |
Add optional dependencies for applets, loggers, etc.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,8 @@ pkgbase = python-glasgow-git depends = yosys depends = nextpnr depends = icestorm + optdepends = python-aiohttp: For specific plugins (applets, loggers, etc.), + optdepends = python-aiohttp_remotes: For specific plugins (applets, loggers, etc.) provides = python-glasgow conflicts = python-glasgow source = git+https://github.com/GlasgowEmbedded/glasgow.git @@ -8,6 +8,9 @@ arch=('any') url='https://github.com/GlasgowEmbedded/glasgow.git' license=('0BSD' 'Apache-2.0') depends=(python python-pyvcd python-libusb1 python-fx2 python-amaranth yosys nextpnr icestorm) +optdepends=('python-aiohttp: For specific plugins (applets, loggers, etc.)', + 'python-aiohttp_remotes: For specific plugins (applets, loggers, etc.)' +) makedepends=(python-build python-pdm) source=("git+https://github.com/GlasgowEmbedded/glasgow.git") sha256sums=('SKIP') |