diff options
Diffstat (limited to 'templates/pypi.xibuild')
-rw-r--r-- | templates/pypi.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pypi.xibuild b/templates/pypi.xibuild index 20042b3..fbaeff2 100644 --- a/templates/pypi.xibuild +++ b/templates/pypi.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="python" -DEPS="" +DEPS="%deps%" PKG_VER=%version% SOURCE=%url% |