diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 03:08:47 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 03:08:47 +0000 |
| commit | 7d5cba724fffa903f034d41d43322750b8704b96 (patch) | |
| tree | 536d791240a925076f4c8ee9a92f11898a6000d5 | |
| parent | 4808f02923ebe895ffcf3efecbd24d38d4502952 (diff) | |
| download | aports-7d5cba724fffa903f034d41d43322750b8704b96.tar.bz2 aports-7d5cba724fffa903f034d41d43322750b8704b96.tar.xz | |
community/py3-jsonschema-gns3: fix FTBFS
| -rw-r--r-- | community/py3-jsonschema-gns3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-jsonschema-gns3/APKBUILD b/community/py3-jsonschema-gns3/APKBUILD index 93a862b959..dff8a26466 100644 --- a/community/py3-jsonschema-gns3/APKBUILD +++ b/community/py3-jsonschema-gns3/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/Julian/jsonschema" arch="noarch" license="MIT" depends="py3-pyrsistent py3-attrs !py3-jsonschema" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" options="!check" # py3-twisted missing source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |
