diff --git a/dev-python/seaborn/ChangeLog b/dev-python/seaborn/ChangeLog index 33bf8d7..cf4486c 100644 --- a/dev-python/seaborn/ChangeLog +++ b/dev-python/seaborn/ChangeLog @@ -1,3 +1,6 @@ + 26 Aug 2020; seaborn-0.10.1.ebuild: + dev-python/seaborn: no virtualx + 24 Aug 2020; seaborn-0.10.1.ebuild: dev-python/seaborn: version constraint update as per https://github.com/mwaskom/seaborn/issues/2213 diff --git a/dev-python/seaborn/seaborn-0.10.1.ebuild b/dev-python/seaborn/seaborn-0.10.1.ebuild index 4307970..1827c07 100644 --- a/dev-python/seaborn/seaborn-0.10.1.ebuild +++ b/dev-python/seaborn/seaborn-0.10.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 virtualx +inherit distutils-r1 DESCRIPTION="Statistical data visualization" HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn"