mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-sqlalchemy-migrate: remove noarch.
This commit is contained in:
parent
2e51cd36eb
commit
f92a37626e
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-sqlalchemy-migrate'
|
# Template file for 'python-sqlalchemy-migrate'
|
||||||
pkgname=python-sqlalchemy-migrate
|
pkgname=python-sqlalchemy-migrate
|
||||||
version=0.12.0
|
version=0.12.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="migrate"
|
pycompile_module="migrate"
|
||||||
|
@ -27,7 +26,6 @@ python3-sqlalchemy-migrate_package() {
|
||||||
alternatives="
|
alternatives="
|
||||||
migrate:migrate-repository:/usr/bin/migrate-repository3
|
migrate:migrate-repository:/usr/bin/migrate-repository3
|
||||||
migrate:migrate:/usr/bin/migrate3"
|
migrate:migrate:/usr/bin/migrate3"
|
||||||
archs=noarch
|
|
||||||
depends="python3-pbr python3-SQLAlchemy python3-decorator python3-six
|
depends="python3-pbr python3-SQLAlchemy python3-decorator python3-six
|
||||||
python3-sqlparse python3-tempita"
|
python3-sqlparse python3-tempita"
|
||||||
pycompile_module="migrate"
|
pycompile_module="migrate"
|
||||||
|
|
Loading…
Add table
Reference in a new issue