diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-07 16:33:26 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-07 16:33:26 +0000 |
| commit | 7675ccca73f5c413e3505b0308c6f010d62d5302 (patch) | |
| tree | 6f5ebc03987e8bca8e16ed8342d620fb3c1c257c /dev-python/hyperlink | |
| parent | a00c2c86ca5bd725aeb821d4e4374947d0efae36 (diff) | |
| download | baldeagleos-repo-7675ccca73f5c413e3505b0308c6f010d62d5302.tar.gz baldeagleos-repo-7675ccca73f5c413e3505b0308c6f010d62d5302.tar.xz baldeagleos-repo-7675ccca73f5c413e3505b0308c6f010d62d5302.zip | |
Adding metadata
Diffstat (limited to 'dev-python/hyperlink')
| -rw-r--r-- | dev-python/hyperlink/hyperlink-21.0.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/hyperlink/hyperlink-21.0.0.ebuild b/dev-python/hyperlink/hyperlink-21.0.0.ebuild index a30f94ebbe79..11ead60ef39a 100644 --- a/dev-python/hyperlink/hyperlink-21.0.0.ebuild +++ b/dev-python/hyperlink/hyperlink-21.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) inherit distutils-r1 @@ -14,8 +14,7 @@ LICENSE="BSD MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -RDEPEND=" - dev-python/idna[${PYTHON_USEDEP}]" +RDEPEND="dev-python/idna[${PYTHON_USEDEP}]" distutils_enable_tests pytest |
