summaryrefslogtreecommitdiff
path: root/dev-python/authheaders
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-03 07:18:29 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-03 07:18:29 +0000
commit86b08918ec53b913d593ac35cc249bc60be6e142 (patch)
tree84afebfd28799a8f8b4971a71e7ec62ea9cad538 /dev-python/authheaders
parent438055d224294220dea9b2fcce1f7f1c136271e5 (diff)
downloadbaldeagleos-repo-86b08918ec53b913d593ac35cc249bc60be6e142.tar.gz
baldeagleos-repo-86b08918ec53b913d593ac35cc249bc60be6e142.tar.xz
baldeagleos-repo-86b08918ec53b913d593ac35cc249bc60be6e142.zip
Adding metadata
Diffstat (limited to 'dev-python/authheaders')
-rw-r--r--dev-python/authheaders/authheaders-0.13.0.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/authheaders/authheaders-0.13.0.ebuild b/dev-python/authheaders/authheaders-0.13.0.ebuild
index e69ba90362d3..a9514dd7e14c 100644
--- a/dev-python/authheaders/authheaders-0.13.0.ebuild
+++ b/dev-python/authheaders/authheaders-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,12 +13,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- dev-python/dkimpy[${PYTHON_USEDEP}]
+RDEPEND="
>=dev-python/authres-1.0.1[${PYTHON_USEDEP}]
+ dev-python/dkimpy[${PYTHON_USEDEP}]
+ dev-python/dnspython[${PYTHON_USEDEP}]
>=dev-python/publicsuffix-2.20190205[${PYTHON_USEDEP}]
- dev-python/dnspython[${PYTHON_USEDEP}]"
-BDEPEND=""
+"
+
+distutils_enable_tests pytest