diff options
author | 2023-05-25 03:08:56 -0400 | |
---|---|---|
committer | 2023-05-25 03:08:56 -0400 | |
commit | 994ae17de1a97a9c2f9c0b6fb1e3f84a5b234145 (patch) | |
tree | 5def0a24c7cf62afbb806658e2616ea8155acc8d | |
parent | dev-python/asdf: Dependency name update (diff) | |
download | sci-994ae17de1a97a9c2f9c0b6fb1e3f84a5b234145.tar.gz sci-994ae17de1a97a9c2f9c0b6fb1e3f84a5b234145.tar.bz2 sci-994ae17de1a97a9c2f9c0b6fb1e3f84a5b234145.zip |
dev-vcs/dandi-cli: removed dependency constraint workaround
Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r-- | dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild index 72d4a6fff..6dc1301c4 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.55.0-r1.ebuild @@ -20,10 +20,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test etelemetry" -# Urllib dependency is a workaround for vcrpy::gentoo -# Remove when https://github.com/gentoo/gentoo/pull/31141 is merged RDEPEND=" - <dev-python/urllib3-2[${PYTHON_USEDEP}] <sci-biology/bidsschematools-0.7.0[${PYTHON_USEDEP}] =dev-python/dandi-schema-0.8*[${PYTHON_USEDEP}] >=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}] diff --git a/dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild b/dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild index 8d97e973b..ad8849482 100644 --- a/dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild +++ b/dev-vcs/dandi-cli/dandi-cli-0.55.1.ebuild @@ -20,10 +20,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test etelemetry" -# Urllib dependency is a workaround for vcrpy::gentoo -# Remove when https://github.com/gentoo/gentoo/pull/31141 is merged RDEPEND=" - <dev-python/urllib3-2[${PYTHON_USEDEP}] =dev-python/dandi-schema-0.8*[${PYTHON_USEDEP}] >=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}] >=sci-biology/bidsschematools-0.7.0[${PYTHON_USEDEP}] |