python-virtualenv: setuptools is required at runtime
This commit is contained in:
parent
7c9750ae3c
commit
665eb1a733
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python-virtualenv'
|
||||
pkgname=python-virtualenv
|
||||
version=12.0.7
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="virtualenv-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python"
|
||||
depends="python-setuptools"
|
||||
pycompile_module="virtualenv.py"
|
||||
short_desc="Virtual Python2 environment builder"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
|
@ -44,7 +44,7 @@ do_install() {
|
|||
|
||||
python3.4-virtualenv_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
depends="python3.4-setuptools"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="virtualenv.py"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue