mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-peewee: switch to PEP517
This commit is contained in:
parent
41e7398f45
commit
4a55d503c2
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
pkgname=python3-peewee
|
pkgname=python3-peewee
|
||||||
version=3.17.3
|
version=3.17.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-Cython0.29"
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython0.29"
|
||||||
makedepends="python3-devel sqlite-devel"
|
makedepends="python3-devel sqlite-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Small and simple ORM for Python3"
|
short_desc="Small and simple ORM for Python3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue