mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +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
|
||||
version=3.17.3
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython0.29"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel python3-Cython0.29"
|
||||
makedepends="python3-devel sqlite-devel"
|
||||
depends="python3"
|
||||
short_desc="Small and simple ORM for Python3"
|
||||
|
|
Loading…
Add table
Reference in a new issue