python3-virtualenv: add dependencies
This commit is contained in:
parent
480a128863
commit
21e07685fd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-virtualenv'
|
||||
pkgname=python-virtualenv
|
||||
version=20.0.9
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="virtualenv-${version}"
|
||||
build_style=python-module
|
||||
|
@ -21,7 +21,7 @@ post_install() {
|
|||
|
||||
python3-virtualenv_package() {
|
||||
archs=noarch
|
||||
depends="python3-setuptools"
|
||||
depends="python3-setuptools python3-appdirs python3-distlib python3-filelock python3-six"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue