py-virtualenvwrapper package: add version 4.8.4 (#27638)
This commit is contained in:
parent
fcd51d81d9
commit
3fdab96728
1 changed files with 2 additions and 0 deletions
|
@ -16,9 +16,11 @@ class PyVirtualenvwrapper(PythonPackage):
|
|||
homepage = "https://bitbucket.org/virtualenvwrapper/virtualenvwrapper.git"
|
||||
pypi = "virtualenvwrapper/virtualenvwrapper-4.8.2.tar.gz"
|
||||
|
||||
version('4.8.4', sha256='51a1a934e7ed0ff221bdd91bf9d3b604d875afbb3aa2367133503fee168f5bfa')
|
||||
version('4.8.2', sha256='18d8e4c500c4c4ee794f704e050cf2bbb492537532a4521d1047e7dd1ee4e374')
|
||||
|
||||
depends_on('python@2.6:')
|
||||
depends_on('py-pbr', type='build', when='@4.8.4:')
|
||||
depends_on('py-virtualenv', type=('build', 'run'))
|
||||
depends_on('py-virtualenv-clone', type=('build', 'run'))
|
||||
depends_on('py-stevedore', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue