diff options
author | Sam James <sam@gentoo.org> | 2024-01-30 06:21:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-30 06:21:45 +0000 |
commit | 9ba5127e183f0d4d8c73a02961d3271fcf783859 (patch) | |
tree | 5c8eb84909386f10b0938341f4624ff7feffa3a2 /dev-vcs | |
parent | dev-vcs/git-filter-repo: fix VariableOrderWrong (diff) | |
download | gentoo-9ba5127e183f0d4d8c73a02961d3271fcf783859.tar.gz gentoo-9ba5127e183f0d4d8c73a02961d3271fcf783859.tar.bz2 gentoo-9ba5127e183f0d4d8c73a02961d3271fcf783859.zip |
dev-vcs/git-filter-repo: drop superfluous PYTHON_DEPS
Leftover from the previous python-single-r1->distutils-r1 porting.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild index 710545220a60..526f66ecd117 100644 --- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild +++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~arm64 ~loong ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - ${PYTHON_DEPS} >=dev-vcs/git-$(ver_cut 1-2) " BDEPEND=" diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild index 4155adf57f1e..38da8b921c39 100644 --- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild +++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r2.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~arm64 ~loong ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - ${PYTHON_DEPS} >=dev-vcs/git-$(ver_cut 1-2) " BDEPEND=" |