diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 17:55:20 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 17:55:20 +0000 |
commit | 9522131f748045309e059bece342b7b8eaa3ba0b (patch) | |
tree | 4450d17b9797fabd13c81836b2c05dac3ee3397c /testing/py3-cdio | |
parent | 33466ec50a78362c41f4d3b0a7391c113f0174b9 (diff) | |
download | aports-9522131f748045309e059bece342b7b8eaa3ba0b.tar.bz2 aports-9522131f748045309e059bece342b7b8eaa3ba0b.tar.xz |
testing/py3-cdio: fix FTBFS
Diffstat (limited to 'testing/py3-cdio')
-rw-r--r-- | testing/py3-cdio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-cdio/APKBUILD b/testing/py3-cdio/APKBUILD index e6563a76b6..23f38df093 100644 --- a/testing/py3-cdio/APKBUILD +++ b/testing/py3-cdio/APKBUILD @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/libcdio" arch="all" license="GPL-3.0-only" depends="python3" -makedepends="python3-dev libcdio-dev swig py3-nose" +makedepends="python3-dev py3-setuptools libcdio-dev swig py3-nose" source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" |