summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-21 12:49:41 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-21 12:50:32 +0200
commit7de88034b73138a5864c9df903b57c50375cba60 (patch)
tree3f6c4c734274513656d53288cfd149cf53461887 /dev-python/gast
parentdev-util/maturin: fix email in metadata (diff)
downloadgentoo-7de88034b73138a5864c9df903b57c50375cba60.tar.gz
gentoo-7de88034b73138a5864c9df903b57c50375cba60.tar.bz2
gentoo-7de88034b73138a5864c9df903b57c50375cba60.zip
dev-python/gast: Fix variable ordering
Closes: https://bugs.gentoo.org/797340 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gast')
-rw-r--r--dev-python/gast/gast-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gast/gast-0.4.0.ebuild b/dev-python/gast/gast-0.4.0.ebuild
index ee203e82a4d2..07d27aad9c9a 100644
--- a/dev-python/gast/gast-0.4.0.ebuild
+++ b/dev-python/gast/gast-0.4.0.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-distutils_enable_tests unittest
-
BDEPEND="
test? ( dev-python/astunparse[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest