aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild2
-rw-r--r--dev-python/snakemake/snakemake-7.32.4.ebuild2
-rw-r--r--dev-python/snakemake/snakemake-8.16.0.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild b/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild
index 943af2cfc..4ac42c358 100644
--- a/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild
+++ b/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-python/argparse-dataclass[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]"
+ dev-python/configargparse[${PYTHON_USEDEP}]"
RESTRICT="test" # no tests collected
#distutils_enable_tests pytest
diff --git a/dev-python/snakemake/snakemake-7.32.4.ebuild b/dev-python/snakemake/snakemake-7.32.4.ebuild
index ff319298e..912fbbd37 100644
--- a/dev-python/snakemake/snakemake-7.32.4.ebuild
+++ b/dev-python/snakemake/snakemake-7.32.4.ebuild
@@ -33,7 +33,7 @@ BDEPEND="
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/configargparse[${PYTHON_USEDEP}]
dev-python/connection_pool[${PYTHON_USEDEP}]
dev-python/datrie[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
diff --git a/dev-python/snakemake/snakemake-8.16.0.ebuild b/dev-python/snakemake/snakemake-8.16.0.ebuild
index c4ba74128..f204537d1 100644
--- a/dev-python/snakemake/snakemake-8.16.0.ebuild
+++ b/dev-python/snakemake/snakemake-8.16.0.ebuild
@@ -34,7 +34,7 @@ BDEPEND="
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/immutables[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/configargparse[${PYTHON_USEDEP}]
>=dev-python/connection_pool-0.0.3[${PYTHON_USEDEP}]
dev-python/datrie[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]