Skip to content

Commit

Permalink
dev-python/conda-libmamba-solver: fix VariableOrderWrong
Browse files Browse the repository at this point in the history
Signed-off-by: jinqiang zhang <[email protected]>
  • Loading branch information
peeweep committed Nov 29, 2024
1 parent fd0f737 commit c421d61
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ DESCRIPTION="The libmamba based solver for conda"
HOMEPAGE="https://github.com/conda/conda-libmamba-solver"
SRC_URI="https://github.com/conda/conda-libmamba-solver/archive/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/conda-libmamba-solver-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

S="${WORKDIR}/conda-libmamba-solver-${PV}"

BDEPEND="
$(python_gen_cond_dep 'dev-python/setuptools-scm[${PYTHON_USEDEP}]')
$(python_gen_cond_dep 'dev-python/hatch-vcs[${PYTHON_USEDEP}]')
Expand Down

0 comments on commit c421d61

Please sign in to comment.