diff options
| -rw-r--r-- | dev-python/portion/portion-2.3.0.ebuild | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/portion/portion-2.3.0.ebuild b/dev-python/portion/portion-2.3.0.ebuild index 790f78c..ae471de 100644 --- a/dev-python/portion/portion-2.3.0.ebuild +++ b/dev-python/portion/portion-2.3.0.ebuild @@ -22,6 +22,6 @@ RDEPEND="test? (  	dev-python/black[${PYTHON_USEDEP}]  )"  DEPEND="${RDEPEND}" -BDEPEND="dev-python/sortedcontainers" +BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"  distutils_enable_tests pytest  | 
