Commit 2921d965 authored by Titouan Soulard's avatar Titouan Soulard

component/pytracemalloc: use the correct version of pytracemalloc

parent 188f6518
[buildout]
parts =
pytracemalloc
[pytracemalloc]
recipe = zc.recipe.egg:custom
find-links = https://github.com/vstinner/pytracemalloc/archive/refs/tags/pytracemalloc-1.2.tar.gz
egg = pytracemalloc
...@@ -33,6 +33,7 @@ extends = ...@@ -33,6 +33,7 @@ extends =
../../component/patch/buildout.cfg ../../component/patch/buildout.cfg
../../component/pillow/buildout.cfg ../../component/pillow/buildout.cfg
../../component/pycrypto-python/buildout.cfg ../../component/pycrypto-python/buildout.cfg
../../component/pytracemalloc/buildout.cfg
../../component/pysvn-python/buildout.cfg ../../component/pysvn-python/buildout.cfg
../../component/python-ldap-python/buildout.cfg ../../component/python-ldap-python/buildout.cfg
../../component/scikit-learn/buildout.cfg ../../component/scikit-learn/buildout.cfg
...@@ -598,7 +599,8 @@ eggs = ${neoppod:eggs} ...@@ -598,7 +599,8 @@ eggs = ${neoppod:eggs}
jedi jedi
yapf yapf
typing typing
pytracemalloc # Used for Python 2 only
${pytracemalloc:egg}
xlrd xlrd
pydot pydot
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment