python3-pyelftools: don't provides readelf alternatives
`/usr/bin/readelf` is provided by binutils. This alternatives were incorrect from very begining.
This commit is contained in:
parent
a6ae25b820
commit
41c80082fa
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pyelftools'
|
# Template file for 'python3-pyelftools'
|
||||||
pkgname=python3-pyelftools
|
pkgname=python3-pyelftools
|
||||||
version=0.25
|
version=0.25
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="pyelftools-${version}"
|
wrksrc="pyelftools-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,7 +12,7 @@ license="Public Domain"
|
||||||
homepage="https://github.com/eliben/pyelftools"
|
homepage="https://github.com/eliben/pyelftools"
|
||||||
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyelftools/pyelftools-${version}.tar.gz"
|
||||||
checksum=89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
|
checksum=89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24
|
||||||
alternatives="pyelftools:readelf:/usr/bin/readelf.py3"
|
alternatives="pyelftools:readelf.py:/usr/bin/readelf.py3"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv $DESTDIR/usr/bin/readelf.py $DESTDIR/usr/bin/readelf.py3
|
mv $DESTDIR/usr/bin/readelf.py $DESTDIR/usr/bin/readelf.py3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue