commit:     ad1167a7fd27aa7f33ff814a5f519477ff184bc1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 20:36:37 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 20:36:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1167a7

dev-python/diskcache: Fix variable order

Closes: https://bugs.gentoo.org/827916
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/diskcache/diskcache-5.3.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild 
b/dev-python/diskcache/diskcache-5.3.0.ebuild
index dc919174075d..d80cb066da0b 100644
--- a/dev-python/diskcache/diskcache-5.3.0.ebuild
+++ b/dev-python/diskcache/diskcache-5.3.0.ebuild
@@ -20,14 +20,14 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
 BDEPEND="
        test? (
                dev-python/django[${PYTHON_USEDEP}]
        )"
 
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
 EPYTEST_DESELECT=(
        # TODO
        
tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none

Reply via email to