forked from M-Labs/artiq
windows: add pybase64 dependency
This commit is contained in:
parent
6ac7aced34
commit
2c7c2d0e3d
|
@ -6,7 +6,7 @@ license=("LGPL")
|
||||||
depends=(
|
depends=(
|
||||||
"mingw-w64-x86_64-python"
|
"mingw-w64-x86_64-python"
|
||||||
"mingw-w64-x86_64-python-numpy"
|
"mingw-w64-x86_64-python-numpy"
|
||||||
# TODO "mingw-w64-x86_64-python-pybase64"
|
"mingw-w64-x86_64-python-pybase64"
|
||||||
)
|
)
|
||||||
|
|
||||||
source PKGBUILD.common
|
source PKGBUILD.common
|
||||||
|
|
Loading…
Reference in New Issue