mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-msp430-tools: switch to python2-module
This commit is contained in:
parent
85abda1bc6
commit
607ef0c14a
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ version=0.6
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="msp430"
|
pycompile_module="msp430"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python python-pyserial"
|
depends="python-pyserial"
|
||||||
short_desc="Collection of tools related to the MSP430 embedded processor"
|
short_desc="Collection of tools related to the MSP430 embedded processor"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue