diff options
Diffstat (limited to 'user/py3-cffi/APKBUILD')
-rw-r--r-- | user/py3-cffi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-cffi/APKBUILD b/user/py3-cffi/APKBUILD index 22a0301bd..4bf10cd79 100644 --- a/user/py3-cffi/APKBUILD +++ b/user/py3-cffi/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Interface for Python to call in to C code" url="https://cffi.readthedocs.io/" arch="all" license="MIT" -depends="python3" +depends="python3 py3-cparser" makedepends="python3-dev" checkdepends="py3-pytest" subpackages="" |