Skip to content
Snippets Groups Projects
Commit a66193bd authored by alice's avatar alice
Browse files

main/python3: add python-config

we now link python to python3. autotools imports the first found python
as $PYTHON (unless PYTHON is set), and some autoconf scripts are using
$PYTHON-config to find this, which doesn't exist (only python3-config).
so, add this to be consistent with the python link.
parent 933065ff
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ pkgname=python3
pkgver=3.10.8
_bluez_ver=5.65
_basever="${pkgver%.*}"
pkgrel=1
pkgrel=2
pkgdesc="A high-level scripting language"
url="https://www.python.org/"
arch="all"
......@@ -193,6 +193,7 @@ package() {
"$pkgdir"/usr/lib/python*/tkinter
ln -s /usr/bin/python3 "$pkgdir"/usr/bin/python
ln -s /usr/bin/python3-config "$pkgdir"/usr/bin/python-config
}
dev() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment