summaryrefslogtreecommitdiff
path: root/dev-python/pytest-ordering
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-09 13:42:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-09 13:42:38 +0000
commit809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6 (patch)
tree8555abd89759c59cfe0eea267bb7f877157dd9e8 /dev-python/pytest-ordering
parentb63844efd62e4e8ff2c5ad67f30095969eb7d35a (diff)
downloadbaldeagleos-repo-809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6.tar.gz
baldeagleos-repo-809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6.tar.xz
baldeagleos-repo-809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-ordering')
-rw-r--r--dev-python/pytest-ordering/metadata.xml1
-rw-r--r--dev-python/pytest-ordering/pytest-ordering-0.6.ebuild6
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/pytest-ordering/metadata.xml b/dev-python/pytest-ordering/metadata.xml
index 4e9a930c797d..1d9bf900b7d5 100644
--- a/dev-python/pytest-ordering/metadata.xml
+++ b/dev-python/pytest-ordering/metadata.xml
@@ -14,4 +14,5 @@
<remote-id type="pypi">pytest-ordering</remote-id>
</upstream>
<origin>gentoo-staging</origin>
+ <stabilize-allarches/>
</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 5671186cccc5..175b581436ba 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,9 +18,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
-DEPEND="test? ( dev-python/pytest-ordering[${PYTHON_USEDEP}] )"
+RDEPEND="<dev-python/pytest-6[${PYTHON_USEDEP}]"
-distutils_enable_tests pytest
+distutils_enable_tests --install pytest
distutils_enable_sphinx docs/source
python_prepare_all() {